Modifier and Type | Class and Description |
---|---|
class |
EvioNodePool
Array-based pool of EvioNode objects.
|
Modifier and Type | Method and Description |
---|---|
EvioNode |
EvioCompactReaderUnsync.getScannedEvent(int eventNumber,
EvioNodeSource nodeSource)
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
|
void |
EvioCompactReaderUnsync.setBuffer(java.nio.ByteBuffer buf,
EvioNodeSource pool)
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
|
Constructor and Description |
---|
EvioCompactReaderUnsync(java.nio.ByteBuffer byteBuffer,
EvioNodeSource pool)
Constructor for reading a buffer.
|