Package | Description |
---|---|
org.jlab.coda.hipo | |
org.jlab.coda.jevio |
Modifier and Type | Class and Description |
---|---|
class |
RecordHeader
This class represents the record header in an evio or hipo format file.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockHeaderV2
This holds an evio block header, also known as a physical record header.
|
class |
BlockHeaderV4
This holds an evio block header, also known as a physical record header.
|
Modifier and Type | Method and Description |
---|---|
IBlockHeader |
EvioReaderUnsyncV6.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
EvioReaderV4.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
EvioReader.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
EvioReaderV6.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
EvioReaderUnsyncV4.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
IEvioReader.getCurrentBlockHeader()
This returns the current (active) block (physical record) header.
|
IBlockHeader |
EvioReaderUnsyncV6.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
EvioReaderV4.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
EvioReader.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
IEvioCompactReader.getFirstBlockHeader()
This returns the FIRST block (or record) header.
|
IBlockHeader |
EvioReaderV6.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
EvioReaderUnsyncV4.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
IEvioReader.getFirstBlockHeader()
This returns the FIRST block (physical record) header.
|
IBlockHeader |
EvioCompactReader.getFirstBlockHeader()
This returns the FIRST block (or record) header.
|