Difference between revisions of "BufferAppendStage"

From CCIL
Jump to: navigation, search
m (See Also)
m (See Also)
Line 45: Line 45:
 
== See Also ==
 
== See Also ==
  
* Buffers
+
* [[Buffers]]

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