Package | Description |
---|---|
org.jlab.coda.jevio |
Modifier and Type | Field and Description |
---|---|
BlockNode |
EvioNode.blockNode
Block containing this node.
|
Modifier and Type | Method and Description |
---|---|
static EvioNode |
EvioNode.extractEventNode(java.nio.ByteBuffer buffer,
EvioNodeSource pool,
BlockNode blockNode,
int position,
int place)
This method extracts an EvioNode object representing an
evio event (top level evio bank) from a given buffer, a
location in the buffer, and a few other things.
|
Constructor and Description |
---|
EvioNode(int pos,
int place,
java.nio.ByteBuffer buffer,
BlockNode blockNode)
Constructor which creates an EvioNode associated with
an event (top level) evio container when parsing buffers
for evio data.
|