Difference between revisions of "BufferAppendStage"

From CCIL
Jump to: navigation, search
m (See Also)
m (TTL)
Line 24: Line 24:
  
 
<pre>
 
<pre>
 
 
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" ;

Revision as of 08:12, 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

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

Context.properties

TBA

Example

TBA

See Also