Modifier and Type | Field and Description |
---|---|
(package private) BufferNode |
EvioCompactReaderUnsync.bufferNode
Object containing buffer and its parsed information.
|
(package private) BufferNode |
EvioNode.bufferNode
ByteBuffer that this node is associated with.
|
(package private) BufferNode |
EvioCompactReader.bufferNode
Object containing buffer and its parsed information.
|
Modifier and Type | Method and Description |
---|---|
BufferNode |
EvioNode.getBufferNode()
Get the object containing the buffer that this node is associated with.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
EvioNode.setAsEvent(int position,
int place,
BufferNode bufferNode,
BlockNode blockNode) |
(package private) void |
EvioNode.setData(BufferNode bufferNode,
BlockNode blockNode,
EvioNode eventNode,
java.util.ArrayList<EvioNode> allNodes,
boolean obsolete) |
(package private) void |
EvioNode.setData(BufferNode bufferNode,
BlockNode blockNode,
EvioNode eventNode,
EvioNode parentNode,
java.util.ArrayList<EvioNode> allNodes,
int len,
int tag,
int num,
int pad,
int pos,
int type,
int dataLen,
int dataPos,
int dataType) |
(package private) void |
EvioNode.setData(int position,
int place,
BufferNode bufferNode,
BlockNode blockNode) |
Constructor and Description |
---|
EvioNode(int pos,
int place,
BufferNode bufferNode,
BlockNode blockNode)
Constructor which creates an EvioNode associated with
an event (top level) evio container when parsing buffers
for evio data.
|
EvioNode(int tag,
int num,
int pos,
int dataPos,
DataType type,
DataType dataType,
BufferNode bufferNode)
Constructor which creates an EvioNode in the CompactEventBuilder.
|