Difference between revisions of "BufferToStringStage"

From CCIL
Jump to: navigation, search
(Created page with "Concatenates the content of a buffer to a ''java.lang.String''. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | buffer-string |- | '''cla...")
(No difference)

Revision as of 11:31, 1 June 2017

Concatenates the content of a buffer to a java.lang.String.

Overview


jar ccil-api
recommended name buffer-string
class net.ccil.stages.buffer.BufferToStringStage
location /ccil-api/src/main/java/net/ccil/stages/buffer/BufferToStringStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferToStringStage.java

Parameters

Name Description Comment
name The name of the buffer.
separator The separator to use between items.
OUT The concatenated java.lang.String.

Registration

service:buffer-string	rdf:type	entity:service ;				
					entity:implementation	"net.ccil.stages.buffer.BufferToStringStage" ;
					entity:classpath	"" ;
					entity:arguments	"" .

Context

TBA

Example

TBA

See Also