Difference between revisions of "BufferAppendStage"

From CCIL
Jump to: navigation, search
m (Context.properties)
m (Context.properties)
Line 32: Line 32:
 
service:append-buffer rdf:type entity:service ;
 
service:append-buffer rdf:type entity:service ;
 
entity:implementation "net.ccil.stages.buffer.BufferAppendStage" ;
 
entity:implementation "net.ccil.stages.buffer.BufferAppendStage" ;
entity:classpath "" ;
+
entity:classpath "" ;
entity:arguments "" .</pre>
+
entity:arguments "" .
 +
</pre>
  
 
== Example ==
 
== Example ==

Revision as of 08:00, 7 June 2016

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