BufferListStage
From CCIL
Converts a buffer to Array.
Overview
jar | ccil-api |
recommended name | buffer-list |
class | net.ccil.stages.buffer.BufferListStage |
location | /ccil-api/src/main/java/net/ccil/stages/buffer/BufferListStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferListStage.java |
Parameters
Name | Description | Comment |
---|---|---|
name | The name of the buffer. | |
OUT | Array of java.lang.Object. |
Registration
service:buffer-listrdf:type entity:service ; entity:implementation "net.ccil.stages.buffer.BufferListStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA