BufferAppendStage

From CCIL
Revision as of 09:11, 1 June 2017 by Atanas.ilchev (Talk | contribs) (Overview)

Jump to: navigation, search

Appends an object to a buffer.

Overview


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

Parameters

Name Description Comment
name The name of the buffer.

Registration

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

Context

TBA

Example

TBA

See Also