BufferAppendStage
From CCIL
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 | Type | Description | Comment |
---|---|---|---|
name | java.lang.String | 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