BufferAppendStage

From CCIL
Revision as of 08:00, 7 June 2016 by Admin (Talk | contribs) (Context.properties)

Jump to: navigation, search

Appends an object to a buffer.

Overview


jar ccil-api
recommended name append-buffer
class
net.ccil.stages.buffer.BufferAppendStage
location
/ccil-api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java
svn
svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java

TTL

TBA

Context.properties

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

Example

TBA

See Also