- ELEMENT_NAME - Static variable in class org.jlab.coda.jevio.EvioBank
-
The XML record tag for a segment.
- ELEMENT_NAME - Static variable in class org.jlab.coda.jevio.EvioEvent
-
The XML record tag for an event.
- ELEMENT_NAME - Static variable in class org.jlab.coda.jevio.EvioSegment
-
The XML record tag for a segment.
- ELEMENT_NAME - Static variable in class org.jlab.coda.jevio.EvioTagSegment
-
The XML record tag for a tag segment.
- encodeCompressionWord(int, int) - Static method in class org.jlab.coda.hipo.Record
-
Deprecated.
- endEventParse(BaseStructure) - Method in interface org.jlab.coda.jevio.IEvioListener
-
Done parsing a new event structure.
- Environment - Class in org.jlab.coda.jevio
-
This is a utility class employing a singleton to obtain environment information, such as user name, home directory,
OS name, etc.
- equals(Object) - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
- errorAlert() - Method in class org.jlab.coda.hipo.RecordSupply
-
Method to have sequence barriers throw a Disruptor's AlertException.
- EV_BLOCKNUM - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for block number, starting at 1.
- EV_BLOCKSIZE - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for size of block in 32-bit words.
- EV_COUNT - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for number of events in block.
- EV_DICTIONARY_MASK - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Dictionary presence is 9th bit in version/info word
- EV_EVENTTYPE_MASK - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
"Event type" is 11-14th bits` in version/info word
- EV_FIRSTEVENT_MASK - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
"First event" is 15th bit in version/info word
- EV_HEADERSIZE - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for size of header in 32-bit words (=8).
- EV_LASTBLOCK_MASK - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
"Last block" is 10th bit in version/info word
- EV_MAGIC - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for magic number for endianness tracking.
- EV_RESERVED1 - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for reserved.
- EV_RESERVED2 - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for reserved.
- EV_VERSION - Static variable in class org.jlab.coda.jevio.BlockHeaderV4
-
Position of word for version of file format.
- EVENT_COUNT_OFFSET - Static variable in class org.jlab.coda.hipo.RecordHeader
-
Byte offset from beginning of header to the event index count.
- EventBuilder - Class in org.jlab.coda.jevio
-
This class is used for creating and manipulating events.
- EventBuilder(int, DataType, int) - Constructor for class org.jlab.coda.jevio.EventBuilder
-
This is the constructor to use for an EventBuilder object that will operate on a new, empty event.
- EventBuilder(EvioEvent) - Constructor for class org.jlab.coda.jevio.EventBuilder
-
This is the constructor to use when you want to manipulate an existing event.
- eventIndex - Variable in class org.jlab.coda.hipo.Reader
-
Object to handle event indexes in context of file and having to change records.
- eventNode - Variable in class org.jlab.coda.jevio.EvioNode
-
Node of event containing this node.
- eventNodes - Variable in class org.jlab.coda.hipo.Reader
-
Stores info of all the (top-level) events in a scanned buffer.
- eventParse(EvioEvent) - Static method in class org.jlab.coda.jevio.EventParser
-
Method for parsing the event which will drill down and uncover all structures.
- EventParser - Class in org.jlab.coda.jevio
-
Creates an object that controls the parsing of events.
- EventParser() - Constructor for class org.jlab.coda.jevio.EventParser
-
- EventWriter - Class in org.jlab.coda.jevio
-
An EventWriter object is used for writing events to a file or to a byte buffer.
- EventWriter(File) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriter(File, boolean) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriter(File, String, boolean) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in NATIVE byte order.
- EventWriter(String) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriter(String, boolean) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in NATIVE byte order.
- EventWriter(String, boolean, ByteOrder) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Creates an EventWriter
for writing to a file in the
specified byte order.
- EventWriter(String, String, String, int, long, int, int, ByteOrder, String, boolean, boolean, EvioBank, int, int, int, int, CompressionType, int, int, int) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Create an EventWriter
for writing events to a file.
- EventWriter(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriter(ByteBuffer, String) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriter(ByteBuffer, int, int, String, int, CompressionType) - Constructor for class org.jlab.coda.jevio.EventWriter
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriter.RecordCompressor - Class in org.jlab.coda.jevio
-
Class used to take data-filled record from supply, compress it,
and release it back to the supply.
- EventWriter.RecordWriter - Class in org.jlab.coda.jevio
-
Class used to take data-filled record from supply, write it,
and release it back to the supply.
- EventWriterUnsync - Class in org.jlab.coda.jevio
-
An EventWriter object is used for writing events to a file or to a byte buffer.
- EventWriterUnsync(File) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriterUnsync(File, boolean) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriterUnsync(File, String, boolean) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in NATIVE byte order.
- EventWriterUnsync(String) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in native byte order.
- EventWriterUnsync(String, boolean) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in NATIVE byte order.
- EventWriterUnsync(String, boolean, ByteOrder) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Creates an EventWriter
for writing to a file in the
specified byte order.
- EventWriterUnsync(String, String, String, int, long, int, int, ByteOrder, String, boolean, boolean, EvioBank, int, int, int, int, CompressionType, int, int, int) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Create an EventWriter
for writing events to a file.
- EventWriterUnsync(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriterUnsync(ByteBuffer, String) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriterUnsync(ByteBuffer, int, int, String, int, CompressionType) - Constructor for class org.jlab.coda.jevio.EventWriterUnsync
-
Create an EventWriter
for writing events to a ByteBuffer.
- EventWriterUnsync.RecordCompressor - Class in org.jlab.coda.jevio
-
Class used to take data-filled record from supply, compress it,
and release it back to the supply.
- EventWriterUnsync.RecordWriter - Class in org.jlab.coda.jevio
-
Class used to take data-filled record from supply, write it,
and release it back to the supply.
- Evio6Converter - Class in org.jlab.coda.hipo
-
- Evio6Converter() - Constructor for class org.jlab.coda.hipo.Evio6Converter
-
- EVIO_FILE_UNIQUE_WORD - Static variable in class org.jlab.coda.hipo.FileHeader
-
First word in every Evio file for identification purposes.
- EvioBank - Class in org.jlab.coda.jevio
-
This holds a CODA Bank structure.
- EvioBank() - Constructor for class org.jlab.coda.jevio.EvioBank
-
Null constructor for a bank.
- EvioBank(BankHeader) - Constructor for class org.jlab.coda.jevio.EvioBank
-
Constructor using a provided BankHeader
- EvioBank(int, DataType, int) - Constructor for class org.jlab.coda.jevio.EvioBank
-
This is the general constructor to use for a Bank.
- EvioByteArrayOutputStream - Class in org.jlab.coda.jevio
-
This class is a slightly modified copy of java's ByteArrayOutputStream.
- EvioByteArrayOutputStream(int) - Constructor for class org.jlab.coda.jevio.EvioByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- EvioCompactReader - Class in org.jlab.coda.jevio
-
This class is used to read an evio version 4 formatted file or buffer
and extract specific evio containers (bank, seg, or tagseg)
with actual data in them given a tag/num pair.
- EvioCompactReader(String) - Constructor for class org.jlab.coda.jevio.EvioCompactReader
-
Constructor for reading an event file.
- EvioCompactReader(File) - Constructor for class org.jlab.coda.jevio.EvioCompactReader
-
Constructor for reading an event file.
- EvioCompactReader(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioCompactReader
-
Constructor for reading a buffer.
- EvioCompactReader(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioCompactReader
-
Constructor for reading a buffer with option of removing synchronization
for much greater speed.
- EvioCompactReader(ByteBuffer, EvioNodeSource, boolean) - Constructor for class org.jlab.coda.jevio.EvioCompactReader
-
Constructor for reading a buffer with option of removing synchronization
for much greater speed.
- EvioCompactReaderUnsyncV4 - Class in org.jlab.coda.jevio
-
This class is used to read an evio format version 4 formatted file or buffer
and extract specific evio containers (bank, seg, or tagseg)
with actual data in them given a tag/num pair.
- EvioCompactReaderUnsyncV4(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Constructor for reading a buffer.
- EvioCompactReaderUnsyncV4(ByteBuffer, EvioNodeSource) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Constructor for reading a buffer.
- EvioCompactReaderUnsyncV6 - Class in org.jlab.coda.jevio
-
This class is used to read an evio format version 6 formatted file or buffer.
- EvioCompactReaderUnsyncV6(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Constructor for reading a buffer.
- EvioCompactReaderUnsyncV6(ByteBuffer, EvioNodeSource) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Constructor for reading a buffer.
- EvioCompactReaderV4 - Class in org.jlab.coda.jevio
-
This class is used to read an evio format version 4 formatted file or buffer
and extract specific evio containers (bank, seg, or tagseg)
with actual data in them given a tag/num pair.
- EvioCompactReaderV4(String) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV4
-
Constructor for reading an event file.
- EvioCompactReaderV4(File) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV4
-
Constructor for reading an event file.
- EvioCompactReaderV4(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV4
-
Constructor for reading a buffer.
- EvioCompactReaderV4(ByteBuffer, EvioNodeSource) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV4
-
Constructor for reading a buffer.
- EvioCompactReaderV6 - Class in org.jlab.coda.jevio
-
This class is used to read an evio format version 6 formatted file or buffer.
- EvioCompactReaderV6(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV6
-
Constructor for reading a buffer.
- EvioCompactReaderV6(ByteBuffer, EvioNodeSource) - Constructor for class org.jlab.coda.jevio.EvioCompactReaderV6
-
Constructor for reading a buffer.
- EvioCompactStructureHandler - Class in org.jlab.coda.jevio
-
This class is used to read the bytes of just an evio structure (NOT
a full evio version 4 formatted file or buffer).
- EvioCompactStructureHandler(EvioNode) - Constructor for class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Constructor for reading an EvioNode object.
- EvioCompactStructureHandler(ByteBuffer, DataType) - Constructor for class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Constructor for reading a buffer that contains 1 structure only (no block headers).
- EvioDictionaryEntry - Class in org.jlab.coda.jevio
-
Class to facilitate use of Evio XML dictionary entry data as a key or value in a hash table.
- EvioDictionaryEntry(Integer) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor.
- EvioDictionaryEntry(Integer, Integer) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor.
- EvioDictionaryEntry(Integer, Integer, String) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor.
- EvioDictionaryEntry(Integer, Integer, Integer, String) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor.
- EvioDictionaryEntry(Integer, Integer, String, String, String) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor.
- EvioDictionaryEntry(Integer, Integer, Integer, String, String, String) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor containing actual implementation.
- EvioDictionaryEntry(Integer, Integer, Integer, String, String, String, EvioDictionaryEntry) - Constructor for class org.jlab.coda.jevio.EvioDictionaryEntry
-
Constructor containing actual implementation.
- EvioDictionaryEntryType - Enum in org.jlab.coda.jevio
-
Each dictionary entry may have different values of tag, tagEnd, and num specified.
- EvioEvent - Class in org.jlab.coda.jevio
-
An event is really just the outer, primary bank.
- EvioEvent() - Constructor for class org.jlab.coda.jevio.EvioEvent
-
Explicit null constructor for evio event.
- EvioEvent(BankHeader) - Constructor for class org.jlab.coda.jevio.EvioEvent
-
Constructor using a provided BankHeader.
- EvioEvent(int, DataType, int) - Constructor for class org.jlab.coda.jevio.EvioEvent
-
This is a general constructor to use for an EvioEvent.
- EvioException - Exception in org.jlab.coda.jevio
-
This is a general exception used to indicate a problem in the Jevio package.
- EvioException(String) - Constructor for exception org.jlab.coda.jevio.EvioException
-
Create an EVIO Exception indicating an error specific to the EVIO system.
- EvioException(String, Throwable) - Constructor for exception org.jlab.coda.jevio.EvioException
-
Create an EVIO Exception with the specified message and cause.
- EvioException(Throwable) - Constructor for exception org.jlab.coda.jevio.EvioException
-
Create an EVIO Exception with the specified cause.
- evioFormat - Variable in class org.jlab.coda.hipo.Reader
-
If this buf/file contains non-evio events (permissible to read in this class),
set this flag to false, which helps EvioCompactReader and EvioReader to avoid
choking while trying to parse them.
- EvioNode - Class in org.jlab.coda.jevio
-
This class is used to store relevant info about an evio container
(bank, segment, or tag segment), without having
to de-serialize it into many objects and arrays.
- EvioNode() - Constructor for class org.jlab.coda.jevio.EvioNode
-
Constructor when fancy features not needed.
- EvioNode(EvioNode) - Constructor for class org.jlab.coda.jevio.EvioNode
-
Constructor used when swapping data.
- EvioNode(int, int, ByteBuffer, BlockNode) - Constructor for class org.jlab.coda.jevio.EvioNode
-
Constructor which creates an EvioNode associated with
an event (top level) evio container when parsing buffers
for evio data.
- EvioNode(int, int, int, ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioNode
-
Constructor which creates an EvioNode associated with
an event (top level) evio container when parsing buffers
for evio data.
- EvioNode(int, int, int, int, DataType, DataType, ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioNode
-
Constructor which creates an EvioNode in the CompactEventBuilder.
- EvioNodePool - Class in org.jlab.coda.jevio
-
Array-based pool of EvioNode objects.
- EvioNodePool(int) - Constructor for class org.jlab.coda.jevio.EvioNodePool
-
Constructor.
- EvioNodeSource - Interface in org.jlab.coda.jevio
-
This interface is used for a compact reader to class to get EvioNode objects
when parsing evio data.
- EvioReader - Class in org.jlab.coda.jevio
-
This is a class of interest to the user.
- EvioReader(String) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(String, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(File) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(File, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(String, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(File, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(File, boolean, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading an event file.
- EvioReader(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading a buffer.
- EvioReader(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading a buffer.
- EvioReader(ByteBuffer, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReader
-
Constructor for reading a buffer with option of removing synchronization
for much greater speed.
- EvioReaderUnsyncV4 - Class in org.jlab.coda.jevio
-
This is a class of interest to the user.
- EvioReaderUnsyncV4(String) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(String, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(File) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(File, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(String, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(File, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading an event file.
- EvioReaderUnsyncV4(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading a buffer.
- EvioReaderUnsyncV4(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Constructor for reading a buffer.
- EvioReaderUnsyncV6 - Class in org.jlab.coda.jevio
-
This class is used to read an evio version 6 format file or buffer.
- EvioReaderUnsyncV6(String) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading an event file.
- EvioReaderUnsyncV6(String, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading an event file.
- EvioReaderUnsyncV6(File) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading an event file.
- EvioReaderUnsyncV6(File, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading an event file.
- EvioReaderUnsyncV6(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading a buffer.
- EvioReaderUnsyncV6(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Constructor for reading a buffer.
- EvioReaderV4 - Class in org.jlab.coda.jevio
-
This is a class of interest to the user.
- EvioReaderV4(String) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(String, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(File) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(File, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(String, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(File, boolean, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading an event file.
- EvioReaderV4(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading a buffer.
- EvioReaderV4(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV4
-
Constructor for reading a buffer.
- EvioReaderV6 - Class in org.jlab.coda.jevio
-
This class is used to read an evio version 6 format file or buffer.
- EvioReaderV6(String) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading an event file.
- EvioReaderV6(String, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading an event file.
- EvioReaderV6(File) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading an event file.
- EvioReaderV6(File, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading an event file.
- EvioReaderV6(ByteBuffer) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading a buffer.
- EvioReaderV6(ByteBuffer, boolean) - Constructor for class org.jlab.coda.jevio.EvioReaderV6
-
Constructor for reading a buffer.
- EvioSegment - Class in org.jlab.coda.jevio
-
This holds a CODA Segment structure.
- EvioSegment() - Constructor for class org.jlab.coda.jevio.EvioSegment
-
Null constructor creates an empty SegmentHeader.
- EvioSegment(SegmentHeader) - Constructor for class org.jlab.coda.jevio.EvioSegment
-
Constructor using a provided SegmentHeader
- EvioSegment(int, DataType) - Constructor for class org.jlab.coda.jevio.EvioSegment
-
This is the general constructor to use for a Segment.
- EvioTagSegment - Class in org.jlab.coda.jevio
-
This holds a CODA TagSegment structure.
- EvioTagSegment() - Constructor for class org.jlab.coda.jevio.EvioTagSegment
-
Null constructor creates an empty TagSegmentHeader.
- EvioTagSegment(TagSegmentHeader) - Constructor for class org.jlab.coda.jevio.EvioTagSegment
-
Constructor using a provided TagSegmentHeader
- EvioTagSegment(int, DataType) - Constructor for class org.jlab.coda.jevio.EvioTagSegment
-
This is the general constructor to use for a TagSegment.
- evioVersion - Variable in class org.jlab.coda.hipo.Reader
-
Evio version of file/buffer being read.
- EvioXMLDictionary - Class in org.jlab.coda.jevio
-
This was developed to read the xml dictionary that Maurizio uses for GEMC.
- EvioXMLDictionary(File) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml file.
- EvioXMLDictionary(File, String) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml file.
- EvioXMLDictionary(String) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml string.
- EvioXMLDictionary(String, String) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml string.
- EvioXMLDictionary(Document) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml Document object.
- EvioXMLDictionary(Document, String) - Constructor for class org.jlab.coda.jevio.EvioXMLDictionary
-
Create an EvioXMLDictionary from an xml Document object.
- examineFileHeader() - Method in class org.jlab.coda.jevio.EventWriter
-
Reads part of the file header in order to determine
the evio version # and endianness of the file in question.
- examineFileHeader() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Reads part of the file header in order to determine
the evio version # and endianness of the file in question.
- extractDictionaryAndFirstEvent() - Method in class org.jlab.coda.hipo.Reader
-
Extract dictionary and first event from file/buffer if possible, else do nothing.
- extractDictionaryFromBuffer() - Method in class org.jlab.coda.hipo.Reader
-
Extract dictionary and first event from buffer if possible, else do nothing.
- extractDictionaryFromFile() - Method in class org.jlab.coda.hipo.Reader
-
Extract dictionary and first event from file if possible, else do nothing.
- extractEventNode(ByteBuffer, EvioNodeSource, BlockNode, int, int) - Static method in class org.jlab.coda.jevio.EvioNode
-
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.
- extractEventNode(ByteBuffer, EvioNodeSource, int, int, int) - Static method in class org.jlab.coda.jevio.EvioNode
-
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.
- extractNode(EvioNode, int) - Static method in class org.jlab.coda.jevio.EvioNode
-
This method populates an EvioNode object that will represent an
evio bank from that same node containing a reference to the
backing buffer and given a position in that buffer.
- generateBaseFileName(String, String, StringBuilder) - Static method in class org.jlab.coda.jevio.Utilities
-
This method generates part of a file name given a base file name as an argument.
- generateBuffer() - Static method in class org.jlab.coda.hipo.TestWriter
-
- generateBuffer(int) - Static method in class org.jlab.coda.hipo.TestWriter
-
- generateEventPositionTable() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Generate a table (ArrayList) of positions of events in file/buffer.
- generateEventPositionTable() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Generate a table (ArrayList) of positions of events in file/buffer.
- generateEvioBuffer(ByteOrder) - Static method in class org.jlab.coda.hipo.ReadWriteTest
-
- generateFileName(String, int, int, long, int, int, int) - Static method in class org.jlab.coda.jevio.Utilities
-
- generateFileNameOld(String, int, int, long, int) - Static method in class org.jlab.coda.jevio.Utilities
-
- generateFileNameOld(String, int, int, long, int, int) - Static method in class org.jlab.coda.jevio.Utilities
-
- generateRawBytes(CompositeData[], ByteOrder) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method generates raw bytes of evio format from an array of CompositeData objects.
- generateSequentialInts(int, ByteOrder) - Static method in class org.jlab.coda.hipo.ReadWriteTest
-
Write ints.
- generateSequentialShorts(int, ByteOrder) - Static method in class org.jlab.coda.hipo.ReadWriteTest
-
Write shorts.
- generateSixthWord(BitSet) - Static method in class org.jlab.coda.hipo.RecordHeader
-
Calculates the sixth word of this header which has the version
number (6) in the lowest 8 bits and the set in the upper 24 bits.
- generateSixthWord(int, boolean, boolean, int) - Static method in class org.jlab.coda.hipo.RecordHeader
-
Calculates the sixth word of this header which has the version number
in the lowest 8 bits.
- generateSixthWord(BitSet, int, boolean, boolean, int) - Static method in class org.jlab.coda.hipo.RecordHeader
-
Calculates the sixth word of this header which has the version number (4)
in the lowest 8 bits and the set in the upper 24 bits.
- generateSixthWord(BitSet) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Calculates the sixth word of this header which has the version number (4)
in the lowest 8 bits and the set in the upper 24 bits.
- generateSixthWord(BitSet, boolean, boolean) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Calculates the sixth word of this header which has the version number (4)
in the lowest 8 bits and the set in the upper 24 bits.
- generateSixthWord(int, boolean, boolean, int) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Calculates the sixth word of this header which has the version number
in the lowest 8 bits.
- generateSixthWord(BitSet, int, boolean, boolean, int) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Calculates the sixth word of this header which has the version number (4)
in the lowest 8 bits and the set in the upper 24 bits.
- get() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the next available record item from the ring buffer.
- getAllDescendants(List<EvioNode>) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the list of all descendant nodes that this node contains -
not only the immediate children.
- getAllNodes() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the list of all nodes that this node contains,
always including itself.
- getAllowsChildren() - Method in class org.jlab.coda.jevio.BaseStructure
-
Checks whether children are allowed.
- getAsDoubleArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAsFloatArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAsIntArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAsLongArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAsShortArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAsShortArray(byte[], int, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Deprecated.
- getAttachment() - Method in class org.jlab.coda.jevio.EvioBank
-
Get the attached object.
- getBinaryBuffer() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the internal ByteBuffer used to construct binary representation of this record.
- getBitInfo() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Gets a copy of all stored bit information.
- getBitInfo(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Gets the value of a particular bit in the bitInfo field.
- getBitInfoWord() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the bit info word.
- getBitInfoWord() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the bit info word.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This is the number of blocks in the file/buffer including the empty
block at the end.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This is the number of blocks in the file including the empty
block usually at the end of version 4 files/buffers.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This is the number of blocks in the file/buffer including the empty
block at the end.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This is the number of blocks in the file including the empty
block usually at the end of version 4 files/buffers.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This is the number of blocks in the file including the empty
record usually at the end of version 4 files/buffers.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioReader
-
This is the number of records in the file/buffer including the empty
record or trailer at the end.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
This is the number of blocks in the file including the empty
block usually at the end of version 4 files/buffers.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
This is the number of records in the file/buffer including the empty
record or trailer at the end.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
This is the number of blocks in the file including the empty
block usually at the end of version 4 files/buffers.
- getBlockCount() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
This is the number of records in the file/buffer including the empty
record or trailer at the end.
- getBlockCount() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This is the number of blocks in the file/buffer including the empty
block at the end.
- getBlockCount() - Method in interface org.jlab.coda.jevio.IEvioReader
-
This is the number of records in the file/buffer including the empty
record or trailer at the end.
- getBlockCount() - Method in class org.jlab.coda.jevio.MappedMemoryHandler
-
Get the number of evio blocks in the file/buffer.
- getBlockNode() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the object representing the block header.
- getBlockNumber() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the current block (record) number.
- getBlockNumber() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the current block (record) number.
- getBuffer() - Method in class org.jlab.coda.hipo.Reader
-
Get the buffer being read, if any.
- getBuffer() - Method in class org.jlab.coda.hipo.Writer
-
Get the buffer being written to.
- getBuffer() - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
Get the buffer being written into.
- getBuffer() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the object containing the buffer that this node is associated with.
- getBufferEndingPosition() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the position in the buffer (bytes) of this block's last data word.
- getBufferEndingPosition() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the position in the buffer (in bytes) of this block's last data word.
- getBufferEndingPosition() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the position in the buffer (in bytes) of this block's last data word.
- getBufferEndingPosition() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the position in the buffer (bytes) of this block's last data word.
- getBufferOffset() - Method in class org.jlab.coda.hipo.Reader
-
Get the beginning position of the buffer being read.
- getBufferStartingPosition() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the starting position in the buffer (bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- getBufferStartingPosition() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the starting position in the buffer (in bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- getBufferStartingPosition() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the starting position in the buffer (in bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- getBufferStartingPosition() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the starting position in the buffer (bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- getByte() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a Byte object.
- getByteArray() - Method in class org.jlab.coda.jevio.EvioByteArrayOutputStream
-
Get the current backing byte array.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EventWriter
-
If writing to a file, return null.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
If writing to a file, return null.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioByteArrayOutputStream
-
Get the current backing ByteBuffer (which wraps the byte array).
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the byte buffer being read.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the byte buffer being read.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get the byte buffer being read.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the byte buffer being read directly or corresponding to the event file.
- getByteBuffer(int) - Method in class org.jlab.coda.jevio.MappedMemoryHandler
-
Get the ByteBuffer object containing the event of interest.
- getByteData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getByteData(boolean) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node in ByteBuffer form.
- getByteData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as an byte array, if the type as indicated by the
header is appropriate.
- getByteOrder() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the byte order of the file this header was read from.
- getByteOrder() - Method in class org.jlab.coda.hipo.Reader
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the byte order of the file/buffer this header was read from.
- getByteOrder() - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the byte order of the internal buffers.
- getByteOrder() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the byte order of the record to be built.
- getByteOrder() - Method in class org.jlab.coda.hipo.Writer
-
Get the file's byte order.
- getByteOrder() - Method in class org.jlab.coda.hipo.WriterMT
-
Get the file's byte order.
- getByteOrder() - Method in class org.jlab.coda.jevio.BaseStructure
-
What is the byte order of this data?
- getByteOrder() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the byte order of the data being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the byte order of the data being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the raw data byte order.
- getByteOrder() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the byte order of the buffer/file being written into.
- getByteOrder() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the byte order of the buffer/file being written into.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the byte order of the data being read.
- getByteOrder() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the byte order of the file/buffer being read.
- getByteOrder() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the byte order of the file/buffer being read.
- getBytesWrittenToBuffer() - Method in class org.jlab.coda.jevio.EventWriter
-
If writing to a buffer, get the number of bytes written to it
including the trailer.
- getBytesWrittenToBuffer() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
If writing to a buffer, get the number of bytes written to it
including the trailer.
- getCheckRecordNumberSequence() - Method in class org.jlab.coda.hipo.Reader
-
Get whether or not record numbers are enforced to be sequential.
- getChildAt(int) - Method in class org.jlab.coda.jevio.BaseStructure
-
Obtain the child at the given index.
- getChildAt(int) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the child node at the given index (starts at 0).
- getChildCount() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the count of the number of children.
- getChildCount() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the number all children that this node contains.
- getChildNodes() - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
This method returns an unmodifiable list of all
evio structures in buffer as EvioNode objects.
- getChildNodes() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the list of all child nodes that this node contains.
- getChildren() - Method in class org.jlab.coda.jevio.BaseStructure
-
- getChildrenList() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the children of this structure.
- getClassPath() - Method in class org.jlab.coda.jevio.Environment
-
Get the current class path.
- getColumnCount() - Method in class org.jlab.coda.hipo.RecordViewer.RecordTableModel
-
- getColumnName(int) - Method in class org.jlab.coda.hipo.RecordViewer.RecordTableModel
-
- getCompositeData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getCompositeData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as an array of CompositeData objects, if the type as indicated
by the header is appropriate.
- getCompressedBuffer(CompressionType, byte[]) - Static method in class org.jlab.coda.hipo.Compressor
-
Returns compressed buffer.
- getCompressedDataLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the compressed data in bytes.
- getCompressedDataLengthPadding() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the padding of the compressed data in bytes.
- getCompressedDataLengthWords() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the compressed data in words (padded).
- getCompressedLength() - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- getCompressedRecordLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the padded length in bytes of the entire compressed record.
- getCompressionType(int) - Static method in enum org.jlab.coda.hipo.CompressionType
-
Get the enum from the integer value.
- getCompressionType() - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
Gets the compression type for the record.
- getCompressionType() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the type of compression used.
- getCompressionType() - Method in class org.jlab.coda.hipo.Writer
-
Convenience method that gets compression type for the file being written.
- getCompressionType() - Method in class org.jlab.coda.hipo.WriterMT
-
Get the compression type for the file being written.
- getCompressionType() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the type of data compression used.
- getCompressionType() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the type of data compression used.
- getCompressionType() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the type of data compression used.
- getCount() - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- getCount() - Method in class org.jlab.coda.jevio.BlockNode
-
Get the count of events in block.
- getCurrentBlockHeader() - Method in class org.jlab.coda.jevio.EvioReader
-
This returns the current (active) block (physical record) header.
- getCurrentBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
This returns the current (active) block (physical record) header.
- getCurrentBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
This returns the current (active) block (physical record) header.
- getCurrentBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
This returns the current (active) block (physical record) header.
- getCurrentBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
This returns the current (active) block (physical record) header.
- getCurrentBlockHeader() - Method in interface org.jlab.coda.jevio.IEvioReader
-
This returns the current (active) block (physical record) header.
- getCurrentFilename() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the name of the current file being written to.
- getCurrentFilename() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the name of the current file being written to.
- getCurrentFilePath() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the full name or path of the current file being written to.
- getCurrentFilePath() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the full name or path of the current file being written to.
- getCurrentRecord() - Method in class org.jlab.coda.hipo.Reader
-
Get the index of the current record.
- getCurrentRecordStream() - Method in class org.jlab.coda.hipo.Reader
-
Get the current record stream.
- getCurrentWorkingDirectory() - Method in class org.jlab.coda.jevio.Environment
-
Get the current working directory.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the data associated with an evio structure in ByteBuffer form.
- getData(EvioNode, boolean) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the data associated with an evio structure in ByteBuffer form.
- getDataLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the uncompressed data in bytes.
- getDataLength() - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- getDataLength() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the length of this evio structure's data only (no header words)
in 32-bit words.
- getDataLengthWords() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the uncompressed data in words (padded).
- getDataNum() - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method gets the num in the bank containing the data.
- getDataPosition() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the file/buffer byte position of this evio structure's data.
- getDataSize() - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method gets the raw data size in bytes.
- getDataTag() - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method gets the tag in the bank containing the data.
- getDataType() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Returns the data type for data stored in this structure as a DataType
enum.
- getDataType(int) - Static method in enum org.jlab.coda.jevio.DataType
-
Obtain the enum from the value.
- getDataType() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the evio type of the data this evio structure contains.
- getDataType(String) - Static method in class org.jlab.coda.jevio.Utilities
-
This method returns an XML element name given an evio data type.
- getDataTypeName() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Returns the data type as a string.
- getDataTypeObj() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the evio type of the data this evio structure contains as an object.
- getDataTypeValue() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the data type for the structure.
- getDescription() - Method in enum org.jlab.coda.hipo.CompressionType
-
Get the description.
- getDescription() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the description from the name provider (dictionary), if there is one.
- getDescription() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the CompositeData's description.
- getDescription(Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the description, if any, associated with the given tag and num.
- getDescription(Integer, Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the description, if any, associated with the given tag, num, and tagEnd.
- getDescription(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the description, if any, associated with the name of a dictionary entry.
- getDescription() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Get the description from the name provider (dictionary), if there is one.
- getDictionary() - Method in class org.jlab.coda.hipo.Reader
-
Get the XML format dictionary if there is one.
- getDictionary() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the evio dictionary if is there is one.
- getDictionary() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the evio dictionary if is there is one.
- getDictionary() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the evio dictionary if is there is one.
- getDictionary() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the evio dictionary if is there is one.
- getDictionary() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the evio dictionary if is there is one.
- getDictionary() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the evio dictionary if is there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the XML format dictionary is there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the XML format dictionary is there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the XML format dictionary is there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the XML format dictionary is there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioEvent
-
Get the XML dictionary associated with this event if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the XML format dictionary if there is one.
- getDictionaryXML() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the XML format dictionary is there is one.
- getDictionaryXML() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the XML format dictionary if there is one.
- getDouble() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a Double object.
- getDoubleData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getDoubleData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as a double array, if the type as indicated by the
header is appropriate.
- getEnd() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the ending position of the block (physical record.) This is the number of valid words (header + data) in the
block (physical record.) This is normally the same as the block size, except for the last block (physical record)
in the file.
NOTE: for evio files, even if end < size (blocksize) for the last block (physical record), the data behind it
will be padded with zeroes so that the file size is an integer multiple of the block size.
- getEntries() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the number of events or entries in index.
- getEntries() - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
returns number of arrays in the record.
- getEntries() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the number of events or entries in index.
- getEntries() - Method in class org.jlab.coda.hipo.RecordInputStream
-
Returns number of the events packed in the record.
- getEntryType() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get this entry's type.
- getError() - Method in class org.jlab.coda.hipo.RecordSupply
-
If there is an error, this contains the error message.
- getEvent(int) - Method in class org.jlab.coda.hipo.Reader
-
Get a byte array representing the specified event from the file/buffer.
- getEvent(ByteBuffer, int) - Method in class org.jlab.coda.hipo.Reader
-
Get a byte array representing the specified event from the file/buffer
and place it in the given buf.
- getEvent(int) - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
returns a copy of the event with index = index.
- getEvent(int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the event at the given index and return it in an allocated array.
- getEvent(ByteBuffer, int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the event at the given index and write it into the given byte buffer.
- getEvent(ByteBuffer, int, int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the event at the given index and write it into the given byte buffer.
- getEvent() - Method in class org.jlab.coda.jevio.EventBuilder
-
Get the underlying event.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioReader
-
Get the event in the file/buffer at a given index (starting at 1).
- getEvent(byte[], int, ByteOrder) - Static method in class org.jlab.coda.jevio.EvioReader
-
Transform an event in the form of a byte array into an EvioEvent object.
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the event in the file/buffer at a given index (starting at 1).
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the event in the file/buffer at a given index (starting at 1).
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the event in the file/buffer at a given index (starting at 1).
- getEvent(int) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the event in the file/buffer at a given index (starting at 1).
- getEvent(int) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the EvioNode object associated with a particular event number.
- getEvent(int) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the event in the file/buffer at a given index (starting at 1).
- getEventArray(int) - Method in class org.jlab.coda.jevio.EvioReader
-
Get an evio bank or event in byte array form.
- getEventArray(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get an evio bank or event in byte array form.
- getEventArray(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get an evio bank or event in byte array form.
- getEventArray(int) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get an evio bank or event in byte array form.
- getEventArray(int) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get an evio bank or event in byte array form.
- getEventArray(int) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get an evio bank or event in byte array form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioReader
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int, boolean) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get an evio bank or event in ByteBuffer form.
- getEventBuffer(int) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get an evio bank or event in ByteBuffer form.
- getEventCount() - Method in class org.jlab.coda.hipo.Reader
-
Get the number of events in file/buffer.
- getEventCount() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the number of events written so far into the buffer
- getEventCount() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the number of events completely contained in the block.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioReader
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
This is the number of events in the file.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
This is the number of events in the file.
- getEventCount() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
This is the number of events in the file/buffer.
- getEventCount() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This is the number of events in the file/buffer.
- getEventCount() - Method in interface org.jlab.coda.jevio.IEvioReader
-
This is the number of events in the file/buffer.
- getEventCount() - Method in class org.jlab.coda.jevio.MappedMemoryHandler
-
Get the number of evio events in the file/buffer.
- getEventLength(int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Returns the length of the event with given index.
- getEventNoCopy(int) - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
Returns a reference to the byte[] array
stored at position index.
- getEventNode(int) - Method in class org.jlab.coda.hipo.Reader
-
Get an EvioNode representing the specified event from the buffer.
- getEventNodes() - Method in class org.jlab.coda.hipo.Reader
-
Get the list of EvioNode objects contained in the buffer being read.
- getEventNumber() - Method in class org.jlab.coda.hipo.FileEventIndex
-
- getEventNumber() - Method in class org.jlab.coda.jevio.EvioEvent
-
This returns a number [1..] indicating which event this was in the event file from which
it was read.
- getEventNumber() - Method in class org.jlab.coda.jevio.EvioNode
-
If this object represents an event (top-level, evio bank),
then returns its number (place in file or buffer) starting
with 1.
- getEventsWritten() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the number of events written to a file/buffer.
- getEventsWritten() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the number of events written to a file/buffer.
- getEventType() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the type of events in block/record (see values of
DataType
.
- getEventType() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the type of events in block (see values of
DataType
.
- getEventType() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the value of bits 2-5.
- getEventType() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the type of events in block/record (see values of
DataType
.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the evio version number of file/buffer being read.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the evio version number.
- getEvioVersion() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the evio version number.
- getEvioVersion() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the evio version number.
- getEvioVersion() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the evio version number.
- getEvioVersion(File) - Static method in class org.jlab.coda.jevio.Utilities
-
Get the evio version of the given file.
- getEvioVersion(ByteBuffer) - Static method in class org.jlab.coda.jevio.Utilities
-
Get the evio version of the given evio header in ByteBuffer form.
- getFileByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
When reading a file, this method's return value
is the byte order of the evio data in the file.
- getFileByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Since we're not reading a file, always return null.
- getFileByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the byte order of the file being read.
- getFileByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Since we're not reading a file, always return null.
- getFileByteOrder() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the byte order of the file being read.
- getFileByteOrder() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
When reading a file, this method's return value
is the byte order of the evio data in the file.
- getFileHeader() - Method in class org.jlab.coda.hipo.Reader
-
Get the file header from reading a file.
- getFileHeader() - Method in class org.jlab.coda.hipo.Writer
-
Get the file header.
- getFileHeader() - Method in class org.jlab.coda.hipo.WriterMT
-
Get the file header.
- getFileId() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the file id.
- getFileName() - Method in class org.jlab.coda.hipo.Reader
-
Get the name of the file being read.
- getFileNumber() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the file number or split number.
- getFileSize() - Method in class org.jlab.coda.hipo.Reader
-
Get the size of the file being read, in bytes.
- getFileType() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the file's type.
- getFileType(int) - Static method in class org.jlab.coda.hipo.FileHeader
-
Get the file's type from the bit info word.
- getFillLevel() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the percentage of data-filled but unwritten records in ring.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioReader
-
This returns the FIRST block (physical record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
This returns the FIRST block (physical record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
This returns the FIRST block (physical record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
This returns the FIRST block (physical record) header.
- getFirstBlockHeader() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
This returns the FIRST block (physical record) header.
- getFirstBlockHeader() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This returns the FIRST block (or record) header.
- getFirstBlockHeader() - Method in interface org.jlab.coda.jevio.IEvioReader
-
This returns the FIRST block (physical record) header.
- getFirstEvent() - Method in class org.jlab.coda.hipo.Reader
-
Get a byte array representing the first event.
- getFirstEvent() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the "first" event if there is one.
- getFirstEvent() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the "first" event if there is one.
- getFirstEvent() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the "first" event if there is one.
- getFirstEvent() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the "first" event if there is one.
- getFirstEvent() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the "first" event if there is one.
- getFirstEvent() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the "first" event if there is one.
- getFirstMap() - Method in class org.jlab.coda.jevio.MappedMemoryHandler
-
Get the first memory map - used to map the beginning of the file.
- getFirstRecordHeader() - Method in class org.jlab.coda.hipo.Reader
-
Get the first record header from reading a file/buffer.
- getFloat() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a Float object.
- getFloatData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getFloatData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as a float array, if the type as indicated by the
header is appropriate.
- getFormat() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the format string.
- getFormat() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the CompositeData's format.
- getFormat(int, int) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the format, if any, associated with the given tag and num.
- getFormat(Integer, Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the format, if any, associated with the given tag, num, and tagEnd.
- getFormat(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the format, if any, associated with the name of a dictionary entry.
- getFormatTag() - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method gets the tag in the segment containing the format string.
- getHeader() - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the header of this record.
- getHeader() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the general header of this record.
- getHeader() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getHeader() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Returns the header for this structure
- getHeaderLength() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the length of this header data in bytes.
- getHeaderLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of this header data in bytes (NOT including user header or index).
- getHeaderLength() - Method in class org.jlab.coda.jevio.BankHeader
-
Get the length of the structure's header in ints.
- getHeaderLength() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the length of the structure's header in ints.
- getHeaderLength() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the block header length in ints.
- getHeaderLength() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the block header length, in ints.
- getHeaderLength() - Method in class org.jlab.coda.jevio.SegmentHeader
-
Get the length of the structure's header in ints.
- getHeaderLength() - Method in class org.jlab.coda.jevio.TagSegmentHeader
-
Get the length of the structure's header in ints.
- getHeaderType() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the type of header this is.
- getHeaderType(int) - Static method in enum org.jlab.coda.hipo.HeaderType
-
Get the enum from the integer value.
- getHeaderType() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the type of header this is.
- getHeaderWords() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of this header data in words.
- getHeaderWords() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the block header length, in 32 bit words (ints).
- getHeaderWords() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the block header length, in 32 bit words (ints).
- getHeaderWords() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the block (record) header length, in 32 bit words.
- getHexStringInt(int) - Static method in class org.jlab.coda.hipo.DataUtils
-
Get the String representation of a hex integer.
- getHollerit() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item (which is of Hollerit type) as an Integer object.
- getHomeDirectory() - Method in class org.jlab.coda.jevio.Environment
-
Get the user's home directory.
- getHostName() - Method in class org.jlab.coda.jevio.Environment
-
Get the host name.
- getId() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get item's id.
- getId() - Method in class org.jlab.coda.jevio.EvioNodePool
-
Get the id number of this pool.
- getIndex(TreeNode) - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the index of a node.
- getIndexLength() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the length of the index array in bytes.
- getIndexLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the index array in bytes.
- getIndexLength() - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- getInstance() - Static method in class org.jlab.coda.hipo.Compressor
-
Get the single instance of this class.
- getInstance() - Static method in class org.jlab.coda.jevio.Environment
-
Accessor for the singleton.
- getInt() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as an Integer object.
- getIntData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getIntData() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 32-bit integer array.
- getIntData(int[], int[]) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 32-bit integer array.
- getIntData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as an integer array, if the type as indicated by the
header is appropriate.
- getInternalBufferCapacity() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the capacity of the internal buffer in bytes.
- getItems() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets a list of all the data items inside the composite.
- getLastSequence() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the sequence of last ring buffer item published (seq starts at 0).
- getLen() - Method in class org.jlab.coda.jevio.BlockNode
-
Get the block length in words.
- getLength() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the total length of header + index + user header (including padding) in bytes.
- getLength() - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- getLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the total length of this record in bytes.
- getLength() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the length of the structure in ints, not counting the length word.
- getLength() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the length of this evio structure (not including length word itself)
in 32-bit words.
- getLengthWords() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the total length of this record in 32 bit words.
- getLong() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a Long object.
- getLongData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getLongData() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 64-bit integer array.
- getLongData(long[], int[]) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 64-bit integer array.
- getLongData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as a long array, if the type as indicated by the
header is appropriate.
- getMagicNumber() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the magic number the block (record) header which should be 0xc0da0100.
- getMagicNumber() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the magic number the block (physical record) header which should be 0xc0da0100.
- getMagicNumber() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the magic number the block (record) header which should be 0xc0da0100.
- getMagicNumber() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the magic number the block (record) header which should be 0xc0da0100.
- getMap() - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Get the map in which the key is the entry name and the value is an object
containing its data (tag, num, type, etc.).
- getMapCount() - Method in class org.jlab.coda.jevio.MappedMemoryHandler
-
Get the number of memory maps used to fully map file.
- getMappedByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the memory mapped buffer corresponding to the event file.
- getMappedByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the memory mapped buffer corresponding to the event file.
- getMappedByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the memory mapped buffer corresponding to the event file.
- getMappedByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the memory mapped buffer corresponding to the event file.
- getMappedByteBuffer() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the memory mapped buffer corresponding to the event file.
- getMappedByteBuffer() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the memory mapped buffer corresponding to the event file.
- getMatchingBanks(BaseStructure, int, int) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all the banks in an event that match a provided tag and number in their header.
- getMatchingChild(BaseStructure, String, INameProvider) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all structures in an event who has a child with the given dictionary name.
- getMatchingNonBanks(BaseStructure, int) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all the non-banks (i.e., Segments and TagSegments) in an event that match
a provided tag in their header.
- getMatchingParent(BaseStructure, String, INameProvider) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all structures in an event whose parent has the given dictionary name.
- getMatchingStructures(IEvioFilter) - Method in class org.jlab.coda.jevio.BaseStructure
-
Visit all the descendant structures, and collect those that pass a filter.
- getMatchingStructures(BaseStructure, IEvioFilter) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all the structures in an event that pass a filter.
- getMatchingStructures(BaseStructure, int) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all the structures in an event that match a provided tag in their header.
- getMatchingStructures(BaseStructure, String, INameProvider) - Static method in class org.jlab.coda.jevio.StructureFinder
-
Collect all structures in an event that match the given dictionary name.
- getMaxCompressedLength(CompressionType, int) - Static method in class org.jlab.coda.hipo.Compressor
-
Returns the maximum number of bytes needed to compress the given length
of uncompressed data.
- getMaxEventCount() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the max number of events that can be accepted into this record.
- getMaxEvents() - Method in class org.jlab.coda.hipo.FileEventIndex
-
Gets the total number of events in file.
- getMaxRingBytes() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the max number of bytes the records in this supply can hold all together.
- getmValue() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next m value item as an Integer object.
- getmValues() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets a list of all the m values of the data items inside the composite.
- getName(int) - Static method in enum org.jlab.coda.hipo.HeaderType
-
Get the name from the integer value.
- getName(int) - Static method in enum org.jlab.coda.jevio.DataType
-
Obtain the name from the value.
- getName(BaseStructure) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the name of a given evio structure.
- getName(Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the name associated with the given tag, num, and tagEnd.
- getName(Integer, Integer, Integer, Integer, Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the name associated with the given tag, num, and tagEnd.
- getName(Integer, Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the name associated with the given tag, num, and tagEnd.
- getName(BaseStructure) - Method in interface org.jlab.coda.jevio.INameProvider
-
Returns the pretty name of some evio structure.
- getName(BaseStructure) - Static method in class org.jlab.coda.jevio.NameProvider
-
Returns the pretty name of some evio structure.
- getName(int) - Static method in enum org.jlab.coda.jevio.StructureType
-
Obtain the name from the value.
- getNextEvent() - Method in class org.jlab.coda.hipo.Reader
-
Get a byte array representing the next event from the file/buffer while sequentially reading.
- getNextEventNode() - Method in class org.jlab.coda.hipo.Reader
-
Get an EvioNode representing the next event from the buffer while sequentially reading.
- getNode() - Method in class org.jlab.coda.jevio.EvioNodePool
-
Get a single EvioNode object.
- getNode() - Method in interface org.jlab.coda.jevio.EvioNodeSource
-
Get a single EvioNode object.
- getNodes() - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
This method returns an unmodifiable list of all
evio structures in buffer as EvioNode objects.
- getNum() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the num value.
- getNum() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the num of this evio structure.
- getNum(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the num corresponding to the name of a dictionary entry.
- getNumber() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the block number for this block (record).
- getNumber() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the number.
- getNumber() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the block number for this block (physical record).
- getNumber() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the block number for this block (physical record).
- getNumber() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the block number for this block (record).
- getNumberDataItems() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the number of stored data items like number of banks, ints, floats, etc.
- getNumEventsRemaining() - Method in class org.jlab.coda.hipo.Reader
-
Get the number of events remaining in the file/buffer.
- getNumEventsRemaining() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the number of events remaining in the file.
- getNumEventsRemaining() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the number of events remaining in the file.
- getNumEventsRemaining() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the number of events remaining in the file.
- getNumEventsRemaining() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the number of events remaining in the file.
- getNumEventsRemaining() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the number of events remaining in the file.
- getNumEventsRemaining() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the number of events remaining in the file.
- getNValue() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next N value item as an Integer object.
- getnValue() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next n value item as an Integer object.
- getNValues() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets a list of all the N values of the data items inside the composite.
- getnValues() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets a list of all the n values of the data items inside the composite.
- getOrder() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get the byte order used to build record.
- getOrder() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the byte order of all records in this supply.
- getOsName() - Method in class org.jlab.coda.jevio.Environment
-
Get the operating system name.
- getPad() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the padding of this evio structure.
- getPadding() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the amount of padding bytes when storing short or byte data.
- getPadding() - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method gets the padding (in bytes).
- getPadding() - Method in class org.jlab.coda.jevio.CompositeData
-
Get the data padding (0, 1, 2, or 3 bytes).
- getPadding(int) - Static method in class org.jlab.coda.jevio.Utilities
-
Returns number of bytes needed to pad to 4-byte boundary for the given length.
- getParent() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the parent of this structure.
- getParentEntry() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the parent container's dictionary entry.
- getParentNode() - Method in class org.jlab.coda.jevio.EvioNode
-
Get this node's parent node.
- getParser() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the file/buffer parser.
- getParser() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the file/buffer parser.
- getParser() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the file/buffer parser.
- getParser() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the file/buffer parser.
- getParser() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the file/buffer parser.
- getParser() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the file/buffer parser.
- getPath() - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the path to the file which is always null cause there is no file.
- getPath() - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the path to the file which is always null cause there is no file.
- getPath() - Method in class org.jlab.coda.jevio.EvioReader
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Get the path to the file.
- getPath() - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Get the path to the file.
- getPath() - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the path to the file.
- getPath() - Method in interface org.jlab.coda.jevio.IEvioReader
-
Get the path to the file.
- getPlace() - Method in class org.jlab.coda.jevio.BlockNode
-
Get the place of this block in the file or buffer.
- getPlace() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the place of containing event in file/buffer.
- getPos() - Method in class org.jlab.coda.jevio.BlockNode
-
Get the position of this block in the file or buffer.
- getPosition() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the position of this record in a file.
- getPosition() - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- getPosition() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the position of this record in a file.
- getPosition() - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- getPosition() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the file/buffer byte position of this evio structure.
- getPrevEvent() - Method in class org.jlab.coda.hipo.Reader
-
Get a byte array representing the previous event from the sequential queue.
- getRawBytes() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the raw data of the structure.
- getRawBytes() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the raw byte representation of this object's data.
- getRealData() - Static method in class org.jlab.coda.hipo.TestBuilding
-
Method to get real data from an existing file of data previously extracted from
a Hall D data file.
- getRecord() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get the contained record.
- getRecordCount() - Method in class org.jlab.coda.hipo.Reader
-
Get the number of records read from the file/buffer.
- getRecordEntries() - Method in class org.jlab.coda.hipo.RecordViewer.RecordTableModel
-
- getRecordEventCount() - Method in class org.jlab.coda.hipo.Reader
-
Get the number of events in current record.
- getRecordEventNumber() - Method in class org.jlab.coda.hipo.FileEventIndex
-
Gets the event number inside the record that corresponds
to the current global event number from the file.
- getRecordLength() - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- getRecordNumber() - Method in class org.jlab.coda.hipo.FileEventIndex
-
- getRecordNumber() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the record number.
- getRecordNumber() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the current record number.
- getRecordNumber() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the current record number.
- getRecordPosition() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the file/buffer byte position of the record containing this node.
- getRecordPositions() - Method in class org.jlab.coda.hipo.Reader
-
Returns the list of record positions in the file.
- getReserved1() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the first reserved word in the block (physical record) header.
- getReserved1() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the first reserved word.
- getReserved2() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the second reserved word.
- getRingSize() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the number of records in this supply.
- getRowCount() - Method in class org.jlab.coda.hipo.RecordViewer.RecordTableModel
-
- getScannedEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedEvent(int, EvioNodeSource) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getScannedStructure() - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get the EvioNode object associated with a particular event number
which has been scanned so all substructures are contained in the
node.allNodes list.
- getSequence() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get the sequence at which this object was taken from ring by one of the "get" calls.
- getSequenceObj() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get the Sequence object allowing ring consumer to get/release this item.
- getShort() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a Short object.
- getShortData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getShortData() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 16-bit integer array.
- getShortData(short[], int[]) - Method in class org.jlab.coda.jevio.EvioNode
-
Get the data associated with this node as an 16-bit integer array.
- getShortData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as a short array, if the type as indicated by the
header is appropriate.
- getSixthWord() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Calculates the sixth word of this header which has the version number
in the lowest 8 bits and the bit info in the highest 24 bits.
- getSize() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the size of the block (record) in 32 bit words.
- getSize() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the size of the block (physical record).
- getSize() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the size of the block (physical record).
- getSize() - Method in class org.jlab.coda.jevio.EvioNodePool
-
Get the number of nodes in the pool.
- getSize() - Method in interface org.jlab.coda.jevio.EvioNodeSource
-
Get the number of nodes in the pool.
- getSize() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the size of the block (record) in 32 bit words.
- getSourceId() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the source ID number if in CODA online context and data is coming from ROC.
- getSourceId() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the source ID number if in CODA online context and data is coming from ROC.
- getSourceId() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the source ID number if in CODA online context and data is coming from ROC.
- getSourceId() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the source ID number if in CODA online context and data is coming from ROC.
- getSplitCount() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the number of split files produced by this writer.
- getSplitCount() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the number of split files produced by this writer.
- getSplitNumber() - Method in class org.jlab.coda.jevio.EventWriter
-
Get the current split number which is the split number of file
to be written next.
- getSplitNumber() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Get the current split number which is the split number of file
to be written next.
- getStart() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the starting position of the block (physical record.).
- getStringArray(ByteBuffer, int, int) - Static method in class org.jlab.coda.hipo.DataUtils
-
Get a String representation of an array of integer data in hex.
- getStringData() - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method from the IEvioStructure Interface.
- getStringData() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Gets the raw data as an array of String objects, if the type as indicated by the
header is appropriate.
- getStrings() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets the next data item as a String array.
- getStructure() - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get the EvioNode object associated with the structure.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(boolean) - Method in class org.jlab.coda.jevio.EvioNode
-
Get this node's entire evio structure in ByteBuffer form.
- getStructureBuffer(EvioNode) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureBuffer(EvioNode, boolean) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Get an evio structure (bank, seg, or tagseg) in ByteBuffer form.
- getStructureType() - Method in class org.jlab.coda.jevio.BaseStructure
-
A convenience method use instead of "instanceof" to see what type
of structure we have.
- getStructureType() - Method in class org.jlab.coda.jevio.EvioBank
-
This implements the abstract method from BaseStructure
.
- getStructureType() - Method in class org.jlab.coda.jevio.EvioSegment
-
This implements the abstract method from BaseStructure
.
- getStructureType() - Method in class org.jlab.coda.jevio.EvioTagSegment
-
This implements the abstract method from BaseStructure
.
- getStructureType() - Method in interface org.jlab.coda.jevio.IEvioStructure
-
Return the StructureType for this structure.
- getStructureType(int) - Static method in enum org.jlab.coda.jevio.StructureType
-
Obtain the enum from the value.
- getTag() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Get the structure tag.
- getTag() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the tag value.
- getTag() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the tag of this evio structure.
- getTag(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the tag corresponding to the name of a dictionary entry.
- getTagEnd() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the tagEnd value (upper end of a tag range).
- getTagEnd(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the tagEnd corresponding to the name of a dictionary entry.
- getTagNum(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the tag/num/tagEnd values, in an Integer object array,
corresponding to the name of a dictionary entry.
- getTempDirectory() - Method in class org.jlab.coda.jevio.Environment
-
Get the temp directory.
- getToCompress(int) - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the next available record item from the ring buffer
in order to compress the data already in it.
- getTotalBytes() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the length of this structure in bytes, including the header.
- getTotalBytes() - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
Get the total number of bytes written into the buffer.
- getTotalBytes() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the length of this evio structure including entire header in bytes.
- getTotalHeaderLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the regular header + index + user header (including padding) in bytes.
- getToWrite() - Method in class org.jlab.coda.hipo.RecordSupply
-
Get the next available record item from the ring buffer
in order to write data into it.
- getTrailerPosition() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the trailer's (trailing header's) file position in bytes.
- getTreeModel() - Method in class org.jlab.coda.jevio.EvioEvent
-
Get the tree model representing this event.
- getType() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
-
Get the data's type.
- getType() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the evio type of this evio structure, not what it contains.
- getType(Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the type, if any, associated with the given tag and num.
- getType(Integer, Integer, Integer) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the type, if any, associated with the given tag, num, and tagEnd.
- getType(String) - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Returns the type, if any, associated with the name of a dictionary entry.
- getTypeObj() - Method in class org.jlab.coda.jevio.EvioNode
-
Get the evio type of this evio structure as an object.
- getTypes() - Method in class org.jlab.coda.jevio.CompositeData
-
This method gets a list of all the types of the data items inside the composite.
- getUnCompressedBuffer(CompressionType, byte[]) - Static method in class org.jlab.coda.hipo.Compressor
-
Returns uncompressed buffer.
- getUncompressedDataBuffer() - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the buffer with all uncompressed data in it.
- getUncompressedRecordLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the padded length in bytes of the entire uncompressed record.
- getUncompressedSize() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the current uncompressed size of the record in bytes.
- getUsed() - Method in class org.jlab.coda.jevio.EvioNodePool
-
Get the number of nodes taken from pool.
- getUsed() - Method in interface org.jlab.coda.jevio.EvioNodeSource
-
Get the number of nodes taken from pool.
- getUserBufferSize() - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Get the number of initially available bytes to be written into in the user-given buffer,
that goes from position to limit.
- getUserHeader() - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get the user header contained in this record.
- getUserHeader(ByteBuffer, int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get any existing user header and write it into the given byte buffer.
- getUserHeaderAsRecord(ByteBuffer, int) - Method in class org.jlab.coda.hipo.RecordInputStream
-
Get any existing user header and write it into the given byte buffer.
- getUserHeaderLength() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the length of the user-defined header in bytes.
- getUserHeaderLength() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the user-defined header in bytes.
- getUserHeaderLengthPadding() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the user header's padding - the number of bytes required to bring uncompressed
user header to 4-byte boundary.
- getUserHeaderLengthWords() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the length of the user-defined header in words.
- getUserHeaderLengthWords() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the length of the user-defined header in words.
- getUserIntFirst() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the first user integer value.
- getUserIntSecond() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the second user integer value.
- getUserName() - Method in class org.jlab.coda.jevio.Environment
-
Get the user name.
- getUserRegister() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the user register value.
- getUserRegisterFirst() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the first user-defined 64-bit register.
- getUserRegisterSecond() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the second user-defined 64-bit register.
- getValue() - Method in enum org.jlab.coda.hipo.CompressionType
-
Get the integer value associated with this header type.
- getValue() - Method in enum org.jlab.coda.hipo.HeaderType
-
Get the integer value associated with this header type.
- getValue() - Method in enum org.jlab.coda.jevio.DataType
-
Get the enum's value.
- getValue() - Method in enum org.jlab.coda.jevio.StructureType
-
Get the enum's value.
- getValueAt(int, int) - Method in class org.jlab.coda.hipo.RecordViewer.RecordTableModel
-
- getVersion() - Method in class org.jlab.coda.hipo.FileHeader
-
Get the Evio format version number.
- getVersion() - Method in class org.jlab.coda.hipo.Reader
-
Get the Evio format version number of the file/buffer being read.
- getVersion() - Method in class org.jlab.coda.hipo.RecordHeader
-
Get the Evio format version number.
- getVersion() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Get the evio version of the block (physical record) header.
- getVersion() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Get the evio version of the block (physical record) header.
- getVersion() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the evio version of the block (record) header.
- getWords(int) - Static method in class org.jlab.coda.jevio.Utilities
-
Returns length padded to 4-byte boundary for given length in bytes.
- getXMLElementName() - Method in class org.jlab.coda.jevio.BaseStructure
-
Get the element name for the structure for writing to XML.
- getXMLElementName() - Method in class org.jlab.coda.jevio.EvioBank
-
Get the element name for the bank for writing to XML.
- getXMLElementName() - Method in class org.jlab.coda.jevio.EvioEvent
-
Get the element name for the bank for writing to XML.
- getXMLElementName() - Method in class org.jlab.coda.jevio.EvioSegment
-
Get the element name for the bank for writing to XML.
- getXMLElementName() - Method in class org.jlab.coda.jevio.EvioTagSegment
-
Get the element name for the bank for writing to XML.
- gotoEventNumber(int) - Method in class org.jlab.coda.jevio.EvioReader
-
Go to a specific event in the file.
- gotoEventNumber(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Go to a specific event in the file.
- gotoEventNumber(int) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
- gotoEventNumber(int) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Go to a specific event in the file.
- gotoEventNumber(int) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
- gotoEventNumber(int) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Go to a specific event in the file.
- gotStructure(BaseStructure, IEvioStructure) - Method in interface org.jlab.coda.jevio.IEvioListener
-
Called after a structure is read in while parsing or searching an event
and any filter has accepted it.
- scanBuffer() - Method in class org.jlab.coda.hipo.Reader
-
This method scans a buffer to find all records and store their position, length,
and event count.
- scanFile(boolean) - Method in class org.jlab.coda.hipo.Reader
-
Scans the file to index all the record positions.
- scanned - Variable in class org.jlab.coda.jevio.EvioNode
-
If top-level event node, was I scanned and all my banks
already placed into a list?
- scanStructure(EvioNode) - Static method in class org.jlab.coda.jevio.EvioNode
-
This method recursively stores, in the given list, all the information
about an evio structure's children found in the given ByteBuffer object.
- scanStructure(EvioNode, EvioNodeSource) - Static method in class org.jlab.coda.jevio.EvioNode
-
This method recursively stores, in the given list, all the information
about an evio structure's children found in the given ByteBuffer object.
- scanUncompressedBuffer() - Method in class org.jlab.coda.hipo.Reader
-
Scan buffer to find all records and store their position, length, and event count.
- searchEvent(int, int, int) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchEvent(int, int, int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchEvent(int, int, int) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchEvent(int, int, int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchEvent(int, int, int) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchEvent(int, int, int) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchEvent(int, String, EvioXMLDictionary) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- searchStructure(int, int) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
This method searches the event and
returns a list of objects each of which contain information
about a single evio structure which matches the given tag and num.
- searchStructure(String, EvioXMLDictionary) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
This method searches the event and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
- SegmentHeader - Class in org.jlab.coda.jevio
-
This the the header for an evio segment structure (EvioSegment
).
- SegmentHeader() - Constructor for class org.jlab.coda.jevio.SegmentHeader
-
Null constructor.
- SegmentHeader(int, DataType) - Constructor for class org.jlab.coda.jevio.SegmentHeader
-
Constructor.
- sequentialIndex - Variable in class org.jlab.coda.hipo.Reader
-
- setAllHeaderLengths() - Method in class org.jlab.coda.jevio.BaseStructure
-
Compute and set length of all header fields for this structure and all its descendants.
- setAllHeaderLengths() - Method in class org.jlab.coda.jevio.EventBuilder
-
This goes through the event recursively, and makes sure all the length fields
in the headers are properly set.
- setAlreadyReleased(boolean) - Method in class org.jlab.coda.hipo.RecordRingItem
-
Set whether this item has already been released by the RecordSupply.
- setAttachment(Object) - Method in class org.jlab.coda.jevio.EvioBank
-
Set the attached object.
- setBit(int, boolean) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets a particular bit in the bitInfo field.
- setBitInfo(boolean, boolean, boolean) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the bit info word for a file header.
- setBitInfo(boolean, boolean) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the bit info word for a record header.
- setBitInfoEventType(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the bit info of a record header for a specified CODA event type.
- setBitInfoWord(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the bit info word and related values.
- setBitInfoWord(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the bit info word and related values.
- setBitInfoWord(BitSet) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the bit info word and related values.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.hipo.Reader
-
This method can be used to avoid creating additional Reader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.hipo.Reader
-
This method can be used to avoid creating additional Reader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Reset internal buffers and set the buffer in which to build this record.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
Set the buffer to be written into.
- setBuffer(ByteBuffer, boolean) - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
Set the buffer to be written into.
- setBuffer(ByteBuffer, BitSet, int) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the buffer being written into (initially set in constructor).
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the buffer being written into (initially set in constructor).
- setBuffer(ByteBuffer, BitSet, int) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the buffer being written into (initially set in constructor).
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the buffer being written into (initially set in constructor).
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, DataType) - Method in class org.jlab.coda.jevio.EvioCompactStructureHandler
-
This method can be used to avoid creating additional EvioCompactEventReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioNode
-
Set the buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioReader
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer, EvioNodeSource) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
This method can be used to avoid creating additional EvioCompactReader
objects by reusing this one with another buffer.
- setBuffer(ByteBuffer) - Method in interface org.jlab.coda.jevio.IEvioReader
-
This method can be used to avoid creating additional EvioReader
objects by reusing this one with another buffer.
- setBufferStartingPosition(long) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the starting position in the buffer (bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- setBufferStartingPosition(long) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the starting position in the buffer (in bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- setBufferStartingPosition(long) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the starting position in the buffer (in bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- setBufferStartingPosition(long) - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Set the starting position in the buffer (bytes) from which this header was read--if that happened.
This is not part of the block header proper.
- setByteData(byte[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of bytes.
- setByteData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the bytes contained in the given ByteBuffer.
- setByteData(BaseStructure, byte[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set byte data to the structure.
- setByteOrder(ByteOrder) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the byte order of this data.
- setByteOrder(ByteOrder) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Sets the byte order of data being read.
- setByteOrder(ByteOrder) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the byte order of data being read.
- setCheckDisk(boolean) - Method in class org.jlab.coda.hipo.RecordRingItem
-
Set whether there is not enough free space on the disk partition for the
next, complete file to be written, resulting in not creating or writing to file.
- setCompositeData(CompositeData[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of CompositeData objects.
- setCompressedBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
- setCompressedBuffer(ByteBuffer, EvioNodeSource) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
- setCompressedDataLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the compressed data length in bytes and words and the padding.
- setCompressedLength(int) - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- setCompressionType(CompressionType) - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
Sets compression type for the record.
- setCompressionType(int) - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
Sets compression type for the record.
- setCompressionType(CompressionType) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the compression type.
- setCompressionType(CompressionType) - Method in class org.jlab.coda.hipo.Writer
-
Convenience method that sets compression type for the file.
- setCompressionType(CompressionType) - Method in class org.jlab.coda.hipo.WriterMT
-
Convenience method that sets compression type for the file.
- setCount(int) - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- setCount(int) - Method in class org.jlab.coda.jevio.BlockNode
-
Set the number of events in block.
- setData(int, int, ByteBuffer, BlockNode) - Method in class org.jlab.coda.jevio.EvioNode
-
Once this node is cleared, it may be reused and then re-initialized
with this method.
- setData(int, int, int, ByteBuffer) - Method in class org.jlab.coda.jevio.EvioNode
-
Once this node is cleared, it may be reused and then re-initialized
with this method.
- setDataLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the uncompressed data length in bytes and words and the padding.
- setDataLength(int) - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- setDataNum(int) - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method sets the num in the bank containing the data.
- setDataTag(int) - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method sets the tag in the bank containing the data.
- setDataType(int) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the numeric data type for the structure.
- setDataType(DataType) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the numeric data type for the structure.
- setDictionaryXML(String) - Method in class org.jlab.coda.jevio.EvioEvent
-
Set the XML dictionary associated with this event.
- setDiskFull(boolean) - Method in class org.jlab.coda.hipo.RecordSupply
-
Set whether the writing of a RecordRingItem to disk has been stopped
due to the disk partition being full.
- setDoubleData(double[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of doubles.
- setDoubleData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the doubles contained in the given ByteBuffer.
- setDoubleData(BaseStructure, double[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set double data to the structure.
- setEnd(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the ending position of the block (physical record.) This is the number of valid words (header + data) in the
block (physical record.) This is normally the same as the block size, except for the last block (physical record)
in the file.
- setEntries(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the number of record entries.
- setEntries(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the number of events or index entries.
- setError(String) - Method in class org.jlab.coda.hipo.RecordSupply
-
Set the error message.
- setEvent(int) - Method in class org.jlab.coda.hipo.FileEventIndex
-
Set the current event to the desired position.
- setEvent(EvioEvent) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set the underlying event.
- setEventCount(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the number of events completely contained in the block.
- setEventNumber(int) - Method in class org.jlab.coda.jevio.EvioEvent
-
This sets a number [1..] indicating which event this was in the event file from which
it was read.
- setEventType(BitSet, int) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the right bits in bit set (2-5 when starting at 0)
to hold 4 bits of the given type value.
- setEventType(int) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the bit info of a record header for a specified CODA event type.
- setEventType(int) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the bit info of a record header for a specified CODA event type.
- setEvioFilter(IEvioFilter) - Method in class org.jlab.coda.jevio.EventParser
-
Set the global filter used for filtering structures.
- setFileNumber(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the file number which is the split number starting at 1.
- setFirstEvent(BitSet) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Encode the "is first event" into the bit info word
which will be in evio block header.
- setFirstEvent(EvioNode) - Method in class org.jlab.coda.jevio.EventWriter
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEvent(ByteBuffer) - Method in class org.jlab.coda.jevio.EventWriter
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEvent(EvioBank) - Method in class org.jlab.coda.jevio.EventWriter
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEvent(EvioNode) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEvent(ByteBuffer) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEvent(EvioBank) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set an event which will be written to the file as
well as to all split files.
- setFirstEventBit(int) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the bit in the given arg which indicates this block has a first event.
- setFloatData(float[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of floats.
- setFloatData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the floats contained in the given ByteBuffer.
- setFloatData(BaseStructure, float[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set float data to the structure.
- setForcedRecordId(long) - Method in class org.jlab.coda.jevio.EventWriter.RecordWriter
-
Store the id of the record which is forcing a write to disk,
even if disk is "full".
- setForcedRecordId(long) - Method in class org.jlab.coda.jevio.EventWriterUnsync.RecordWriter
-
Store the id of the record which is forcing a write to disk,
even if disk is "full".
- setFormatTag(int) - Method in class org.jlab.coda.jevio.CompositeData.Data
-
This method sets the tag in the segment containing the format string.
- setHeaderLength(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the this header's length in bytes and words.
- setHeaderLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the this header's length in bytes and words.
- setHeaderLength(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the block header length, in ints.
- setHeaderLength(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the block header length, in ints.
- setHeaderType(HeaderType) - Method in class org.jlab.coda.hipo.FileHeader
-
Set this header's type.
- setHeaderType(HeaderType) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set this header's type.
- setId(long) - Method in class org.jlab.coda.hipo.RecordRingItem
-
Set this item's id number.
- setIndexLength(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the length of the index array in bytes.
- setIndexLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the length of the index array in bytes.
- setIndexLength(int) - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- setIntData(int[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of ints.
- setIntData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the ints contained in the given ByteBuffer.
- setIntData(BaseStructure, int[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set int data to the structure.
- setLastBlockBit(int) - Static method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the bit in the given arg which indicates this is the last block.
- setLastItem(boolean) - Method in class org.jlab.coda.hipo.RecordRingItem
-
Set whether this is the last item in the supply to be used.
- setLen(int) - Method in class org.jlab.coda.jevio.BlockNode
-
Set the block length in bytes.
- setLength(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the total length in bytes, header + index + user header.
- setLength(int) - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- setLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the record length in bytes and words.
- setLength(int) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the length of the structure in ints, not counting the length word.
- setLongData(long[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of longs.
- setLongData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the longs contained in the given ByteBuffer.
- setLongData(BaseStructure, long[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set long data to the structure.
- setMagicNumber(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Sets the value of magicNumber.
- setMagicNumber(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the value of magicNumber.
- setMaximumCapacity(int) - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
Sets the maximum capacity of the record.
- setNotificationActive(boolean) - Method in class org.jlab.coda.jevio.EventParser
-
Set the flag determining whether notification of listeners is active.
- setNumber(int) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the number.
- setNumber(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the block number for this block (physical record).
- setNumber(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the block number for this block (physical record).
- setObsolete(boolean) - Method in class org.jlab.coda.jevio.EvioNode
-
Set whether this node and descendants are now obsolete because the
data they represent in the buffer has been removed.
- setPadding(int) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the amount of padding bytes when storing short or byte data.
- setParent(MutableTreeNode) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the parent for this node.
- setParser(EventParser) - Method in class org.jlab.coda.jevio.EvioReader
-
Set the file/buffer parser.
- setParser(EventParser) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Set the file/buffer parser.
- setParser(EventParser) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Set the file/buffer parser.
- setParser(EventParser) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Set the file/buffer parser.
- setParser(EventParser) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Set the file/buffer parser.
- setParser(EventParser) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Set the file/buffer parser.
- setPlace(int) - Method in class org.jlab.coda.jevio.BlockNode
-
Set the place of this block in the file or buffer.
- setPos(int) - Method in class org.jlab.coda.jevio.BlockNode
-
Set the position of this block in the file or buffer.
- setPosition(long) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the position of this record in a file.
- setPosition(long) - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- setPosition(long) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the position of this record in a file.
- setProvider(INameProvider) - Static method in class org.jlab.coda.jevio.NameProvider
-
Sets the one global (singleton) name provider.
- setRawBytes(byte[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data for the structure.
- setRecordLength(int) - Method in class org.jlab.coda.hipo.RecordViewer.FileRecordEntry
-
- setRecordNumber(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the record number.
- setReserved1(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Sets the value of reserved 1.
- setReserved1(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the value of first reserved word.
- setReserved2(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the value of second reserved word.
- setShortData(short[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of shorts.
- setShortData(ByteBuffer) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the shorts contained in the given ByteBuffer.
- setShortData(BaseStructure, short[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set short data to the structure.
- setSize(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the size of the block (physical record).
- setSize(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Set the size of the block (physical record).
- setSourceId(int) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the value of the source Id in the first block header.
- setSourceId(int) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the value of the source Id in the first block header.
- setStart(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Set the starting position of the block (physical record.).
- setStartingBlockNumber(int) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the number with which to start block (record) numbers.
- setStartingBlockNumber(int) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the number with which to start block (record) numbers.
- setStartingBufferPosition(int) - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Set the starting position of the user-given buffer being written into.
- setStartingRecordNumber(int) - Method in class org.jlab.coda.jevio.EventWriter
-
Set the number with which to start record numbers.
- setStartingRecordNumber(int) - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Set the number with which to start record numbers.
- setStringData(String[]) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the data in this structure to the given array of Strings.
- setStringData(BaseStructure, String[]) - Method in class org.jlab.coda.jevio.EventBuilder
-
Set string data to the structure.
- setTag(int) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Set the structure tag.
- setTopLevelTag(short) - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
In the emu software package, it's necessary to change the top level
tag after the top level bank has already been created.
- setUserHeaderLength(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the user-defined header's length in bytes and words and the padding.
- setUserHeaderLength(int) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the user-defined header's length in bytes and words and the padding.
- setUserIntFirst(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the first user integer.
- setUserIntSecond(int) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the second user integer.
- setUserObject(Object) - Method in class org.jlab.coda.jevio.BaseStructure
-
This method is not relevant for this implementation.
- setUserRegister(long) - Method in class org.jlab.coda.hipo.FileHeader
-
Set the first user register.
- setUserRegisterFirst(long) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the first, 64-bit, user-defined register.
- setUserRegisterSecond(long) - Method in class org.jlab.coda.hipo.RecordHeader
-
Set the second, 64-bit, user-defined register.
- setVersion(int) - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Sets the evio version.
- setVersion(int) - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Sets the evio version.
- setXmlIndent(String) - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the indentation (string of spaces) for more pleasing XML output.
- setXmlNames() - Method in class org.jlab.coda.jevio.BaseStructure
-
Set the name of this object's XML element and also content type attribute if content is structure type.
- shift(int) - Method in class org.jlab.coda.jevio.EvioNode
-
Shift the positions (pos, dataPos, and recordPos) of this node and its
children by a fixed amount.
- shortBitsToInt(short) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Copies a 2-byte short value into a 4-byte int while preserving bit pattern.
- shortData - Variable in class org.jlab.coda.jevio.BaseStructure
-
Used if raw data should be interpreted as shorts.
- shortToBytes(short, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Copies a short value into 2 bytes of a byte array.
- shortValue(Integer) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Convenience method to return the short value of an integer.
- show() - Method in class org.jlab.coda.hipo.FileEventIndex
-
Prints the content of the event index array on the screen.
- show() - Method in class org.jlab.coda.hipo.Reader
-
- show() - Method in class org.jlab.coda.hipo.Record
-
Deprecated.
- size() - Method in class org.jlab.coda.jevio.EvioByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Get the number of entries in this dictionary.
- skip(long) - Method in class org.jlab.coda.hipo.Compressor.ByteBufferBackedInputStream
-
- splitFileAfterWrite() - Method in class org.jlab.coda.hipo.RecordRingItem
-
Get whether a file writer splits the file after writing this record.
- splitFileAfterWrite(boolean) - Method in class org.jlab.coda.hipo.RecordRingItem
-
Set whether a file writer splits the file after writing this record.
- startEventParse(BaseStructure) - Method in interface org.jlab.coda.jevio.IEvioListener
-
Starting to parse a new event structure.
- streamRecord() - Static method in class org.jlab.coda.hipo.TestWriter
-
- stringData - Variable in class org.jlab.coda.jevio.BaseStructure
-
Used if raw data should be interpreted as a string.
- stringEnd - Variable in class org.jlab.coda.jevio.BaseStructure
-
Keep track of end of the last string added to stringData
(including null but not padding).
- stringsList - Variable in class org.jlab.coda.jevio.BaseStructure
-
Used if raw data should be interpreted as a string.
- stringsToFormat(String[]) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method helps the CompositeData object creator by
finding the proper format string parameter for putting
this array of Strings into its data.
- stringsToRawBytes(String[]) - Static method in class org.jlab.coda.jevio.BaseStructure
-
This method transforms an array of Strings into raw evio format data,
not including header.
- stringsToRawSize(String[]) - Static method in class org.jlab.coda.jevio.BaseStructure
-
This method returns the number of bytes in a raw
evio format of the given string array, not including header.
- stringToBank(String, short, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.Utilities
-
Method to create a byte array representing a bank with one string as data.
- StructureFinder - Class in org.jlab.coda.jevio
-
This is a set of convenient static methods used to find lists of structures
within an event, bank, segment, or tagsegment that match certain criteria.
- StructureFinder() - Constructor for class org.jlab.coda.jevio.StructureFinder
-
- StructureTransformer - Class in org.jlab.coda.jevio
-
This class contains methods to transform structures from one type to another,
for example changing an EvioSegment into an EvioBank.
- StructureTransformer() - Constructor for class org.jlab.coda.jevio.StructureTransformer
-
- StructureType - Enum in org.jlab.coda.jevio
-
This an enum used to convert structure type numerical values to a more meaningful name.
- supply - Variable in class org.jlab.coda.hipo.RecordSupplyTester
-
- swap() - Method in class org.jlab.coda.jevio.CompositeData
-
This method swaps the data of this composite type between big and
little endian.
- swapAll(byte[], int, byte[], int, int, ByteOrder) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method converts (swaps) a buffer of EVIO composite type between big and
little endian.
- swapAll(ByteBuffer, ByteBuffer, int, int, int, boolean) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method converts (swaps) a buffer, containing EVIO composite type,
between big and little endian.
- swapArray32(byte[], int, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Swap byte array in place assuming bytes are 32 bit ints.
- swapBankHeader(EvioNode, ByteBuffer, ByteBuffer, int, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method reads and swaps an evio bank header.
- swapData(DataType, ByteBuffer, ByteBuffer, int, int, int, boolean) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method swaps the data of an evio leaf structure.
- swapData(byte[], int, byte[], int, int, List<Integer>, ByteOrder) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method converts (swaps) an array of EVIO composite type data
between IEEE (big endian) and DECS (little endian).
- swapData(ByteBuffer, ByteBuffer, int, List<Integer>) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method converts (swaps) EVIO composite type data
between Big endian and Little endian.
- swapData(ByteBuffer, ByteBuffer, int, int, int, List<Integer>) - Static method in class org.jlab.coda.jevio.CompositeData
-
This method converts (swaps) EVIO composite type data
between Big endian and Little endian.
- swapEvent(ByteBuffer, ByteBuffer, int, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method swaps the byte order of an entire evio event or bank.
- swapEvent(ByteBuffer, ByteBuffer, int, int, List<EvioNode>) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method swaps the byte order of an entire evio event or bank.
- swapEvent(ByteBuffer, ByteBuffer, int, int, boolean, List<EvioNode>) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method swaps the byte order of an entire evio event or bank.
- swapSegmentHeader(EvioNode, ByteBuffer, ByteBuffer, int, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method reads and swaps an evio segment header.
- swapStructure(EvioNode, ByteBuffer, ByteBuffer, int, int, boolean, boolean, List<EvioNode>) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Swap an evio structure.
- swapTagSegmentHeader(EvioNode, ByteBuffer, ByteBuffer, int, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
This method reads and swaps an evio tagsegment header.
- tag - Variable in class org.jlab.coda.jevio.BaseStructureHeader
-
The structure tag.
- tag - Variable in class org.jlab.coda.jevio.EvioNode
-
Header's tag value.
- tagNumMap - Variable in class org.jlab.coda.jevio.EvioXMLDictionary
-
This is the heart of the dictionary in which a key is composed of a tag/num
pair and other entry data and its corresponding value is a name.
- tagOnlyMap - Variable in class org.jlab.coda.jevio.EvioXMLDictionary
-
Some dictionary entries have only a tag and no num.
- tagRangeMap - Variable in class org.jlab.coda.jevio.EvioXMLDictionary
-
Some dictionary entries have only a tag range and no num.
- TagSegmentHeader - Class in org.jlab.coda.jevio
-
This the the header for an evio tag segment structure (EvioTagSegment
).
- TagSegmentHeader() - Constructor for class org.jlab.coda.jevio.TagSegmentHeader
-
Null constructor.
- TagSegmentHeader(int, DataType) - Constructor for class org.jlab.coda.jevio.TagSegmentHeader
-
Constructor.
- tempBuffer - Variable in class org.jlab.coda.hipo.Reader
-
Buffer used to temporarily hold data while decompressing.
- TestBuilding - Class in org.jlab.coda.hipo
-
Class used to test the speed of the RecordOutputStream.build()
method.
- TestBuilding() - Constructor for class org.jlab.coda.hipo.TestBuilding
-
- testStreamRecord() - Static method in class org.jlab.coda.hipo.TestBuilding
-
- testStreamRecord() - Static method in class org.jlab.coda.hipo.TestWriter
-
- testStreamRecordMT() - Static method in class org.jlab.coda.hipo.TestWriter
-
- TestWriter - Class in org.jlab.coda.hipo
-
- TestWriter() - Constructor for class org.jlab.coda.hipo.TestWriter
-
- testWriterVsWriterNew() - Static method in class org.jlab.coda.hipo.TestWriter
-
- toArray(byte[], int, ByteOrder) - Method in class org.jlab.coda.jevio.BankHeader
-
Write myself out as a byte array of evio format data
into the given byte array in the specified byte order.
- toArray(byte[], int, ByteOrder) - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Write myself out as a byte array of evio format data
into the given byte array in the specified byte order.
- toArray() - Method in class org.jlab.coda.jevio.EvioBank
-
- toArray(byte[], int, ByteOrder) - Method in class org.jlab.coda.jevio.SegmentHeader
-
Write myself out as a byte array of evio format data
into the given byte array in the specified byte order.
- toArray(byte[], int, ByteOrder) - Method in class org.jlab.coda.jevio.TagSegmentHeader
-
Write myself out as a byte array of evio format data
into the given byte array in the specified byte order.
- toBitSet(BitSet, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an integer into a BitSet object.
- toByteArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into a byte array.
- toByteArray() - Method in class org.jlab.coda.jevio.EvioByteArrayOutputStream
-
Creates a newly allocated byte array.
- toBytes(short, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn short into byte array.
- toBytes(short, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn short into byte array.
- toBytes(short[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn short array into byte array.
- toBytes(short[], ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn short array into byte array.
- toBytes(int, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int into byte array.
- toBytes(int, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int into byte array.
- toBytes(int[], int, int, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Write int array into byte array.
- toBytes(int[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int array into byte array.
- toBytes(int[], int, int, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int array into byte array.
- toBytes(int[], ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int array into byte array.
- toBytes(long, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn long into byte array.
- toBytes(long, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn long into byte array.
- toBytes(long[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn long array into byte array.
- toBytes(long[], ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn long array into byte array.
- toBytes(float, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn float into byte array.
- toBytes(float, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn float into byte array.
- toBytes(float[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn float array into byte array.
- toBytes(float[], ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn float array into byte array.
- toBytes(double, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn double into byte array.
- toBytes(double, ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn double into byte array.
- toBytes(double[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn double array into byte array.
- toBytes(double[], ByteOrder, byte[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn double array into byte array.
- toBytesStream(int[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn int array into byte array.
- toDouble(byte[], ByteOrder, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn section of byte array into a double.
- toDouble(byte, byte, byte, byte, byte, byte, byte, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn 8 bytes into a double.
- toDoubleArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into a double array.
- toDoubleArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a double array.
- toDoubleArray(byte[], ByteOrder, double[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an double array.
- toEvents(String) - Static method in class org.jlab.coda.jevio.Utilities
-
This method takes a string representation of evio events
(each starting with lt; event gt;)
and converts them to a list of EvioEvent objects.
- toEvents(String, int, int, EvioXMLDictionary, boolean) - Static method in class org.jlab.coda.jevio.Utilities
-
This method takes a string representation of evio events
(each starting with lt; event gt;)
and converts them to a list of EvioEvent objects.
- toFile(String) - Method in class org.jlab.coda.jevio.CompactEventBuilder
-
This method writes a file in proper evio format with block header
containing the single event constructed by this object.
- toFile() - Method in class org.jlab.coda.jevio.EventWriter
-
Is this object writing to file?
- toFile() - Method in class org.jlab.coda.jevio.EventWriterUnsync
-
Is this object writing to file?
- toFile(String) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in class org.jlab.coda.jevio.EvioCompactReader
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(String) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV4
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(String) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in class org.jlab.coda.jevio.EvioCompactReaderUnsyncV6
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(String) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in class org.jlab.coda.jevio.EvioCompactReaderV4
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(String) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in class org.jlab.coda.jevio.EvioCompactReaderV6
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(String) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFile(File) - Method in interface org.jlab.coda.jevio.IEvioCompactReader
-
Save the internal byte buffer to the given file
(overwrites existing file).
- toFloat(byte[], ByteOrder, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn section of byte array into a float.
- toFloat(byte, byte, byte, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn 4 bytes into a float.
- toFloatArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into a float array.
- toFloatArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a float array.
- toFloatArray(byte[], ByteOrder, float[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an float array.
- toInt(BitSet) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts a BitSet object into an integer.
- toInt(byte[], ByteOrder, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn section of byte array into an int.
- toInt(byte, byte, byte, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn 4 bytes into an int.
- toIntArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into an int array.
- toIntArray(ByteBuffer, int[]) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Writes ByteBuffer data into an int array.
- toIntArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an int array.
- toIntArray(byte[], ByteOrder, int[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an int array.
- toIntArray(byte[], int, ByteOrder, int[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an int array.
- toIntArray(byte[], int, int, ByteOrder, int[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an int array.
- toLong(byte[], ByteOrder, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn section of byte array into a long.
- toLong(byte, byte, byte, byte, byte, byte, byte, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn 8 bytes into a long.
- toLongArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into a long array.
- toLongArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a long array.
- toLongArray(byte[], ByteOrder, long[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an long array.
- toShort(byte[], ByteOrder, int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn section of byte array into a short.
- toShort(byte, byte, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn 2 bytes into a short.
- toShortArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object into a short array.
- toShortArray(byte[], ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a short array.
- toShortArray(byte[], int, ByteOrder) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a short array while taking padding into account.
- toShortArray(byte[], int, ByteOrder, short[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into a short array while taking padding into account.
- toShortArray(byte[], ByteOrder, short[], int) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Turn byte array into an short array.
- toString() - Method in class org.jlab.coda.hipo.FileEventIndex
-
- toString() - Method in class org.jlab.coda.hipo.FileHeader
-
Returns a string representation of the record.
- toString() - Method in class org.jlab.coda.hipo.Reader.RecordPosition
-
- toString() - Method in class org.jlab.coda.hipo.RecordHeader
-
Returns a string representation of the record.
- toString() - Method in class org.jlab.coda.jevio.BankHeader
-
Obtain a string representation of the bank header.
- toString() - Method in class org.jlab.coda.jevio.BaseStructure
-
Obtain a string representation of the structure.
- toString() - Method in class org.jlab.coda.jevio.BaseStructureHeader
-
Obtain a string representation of the structure header.
- toString() - Method in class org.jlab.coda.jevio.BlockHeaderV2
-
Obtain a string representation of the block (physical record) header.
- toString() - Method in class org.jlab.coda.jevio.BlockHeaderV4
-
Obtain a string representation of the block (physical record) header.
- toString() - Method in class org.jlab.coda.jevio.BlockNode
-
Get string representation of this object.
- toString() - Method in class org.jlab.coda.jevio.CompositeData
-
Obtain a string representation of the composite data.
- toString(String) - Method in class org.jlab.coda.jevio.CompositeData
-
Obtain a string representation of the composite data.
- toString(boolean) - Method in class org.jlab.coda.jevio.CompositeData
-
This method returns a string representation of this CompositeData object
suitable for displaying in a
gui.
- toString() - Method in enum org.jlab.coda.jevio.DataType
-
Return a string which is usually the same as the name of the
enumerated value, except in the cases of ALSOSEGMENT and
ALSOBANK which return SEGMENT and BANK respectively.
- toString() - Method in class org.jlab.coda.jevio.Environment
-
Convert to a string for diagnostics
- toString() - Method in class org.jlab.coda.jevio.EvioDictionaryEntry
- toString() - Method in class org.jlab.coda.jevio.EvioEvent
-
Obtain a string representation of the event.
- toString() - Method in class org.jlab.coda.jevio.EvioNode
-
Return a String representation of this object.
- toString() - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Get a string representation of the dictionary.
- toString() - Method in interface org.jlab.coda.jevio.IBlockHeader
-
Get the string representation of the block (record) header.
- toString() - Method in class org.jlab.coda.jevio.SegmentHeader
-
Obtain a string representation of the segment header.
- toString() - Method in class org.jlab.coda.jevio.TagSegmentHeader
-
Obtain a string representation of the bank header.
- toStringArray(ByteBuffer) - Static method in class org.jlab.coda.jevio.ByteDataTransformer
-
Converts an ByteBuffer object containing evio String data into a String array.
- toXML(XMLStreamWriter) - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method that must be filled in by subclasses.
- toXML(XMLStreamWriter, boolean) - Method in class org.jlab.coda.jevio.BaseStructure
-
This is a method that must be filled in by subclasses.
- toXML() - Method in class org.jlab.coda.jevio.BaseStructure
-
Write this structure out as an XML format string.
- toXML(boolean) - Method in class org.jlab.coda.jevio.BaseStructure
-
Write this structure out as an XML format string.
- toXML(boolean) - Method in class org.jlab.coda.jevio.CompositeData
-
This method returns an xml string representation of this CompositeData object.
- toXML(XMLStreamWriter, BaseStructure, boolean) - Method in class org.jlab.coda.jevio.CompositeData
-
This method writes an xml string representation of this CompositeData object
into the xmlWriter given.
- toXML(XMLStreamWriter, String, boolean) - Method in class org.jlab.coda.jevio.CompositeData
-
This method writes an xml string representation of this CompositeData object
into the xmlWriter given.
- toXML(XMLStreamWriter) - Method in class org.jlab.coda.jevio.EvioBank
-
Write this bank structure out as an XML record.
- toXML(XMLStreamWriter, boolean) - Method in class org.jlab.coda.jevio.EvioBank
-
Write this bank structure out as an XML record.
- toXML(XMLStreamWriter) - Method in class org.jlab.coda.jevio.EvioEvent
-
Write this event structure out as an XML record.
- toXML(XMLStreamWriter, boolean) - Method in class org.jlab.coda.jevio.EvioEvent
-
Write this event structure out as an XML record.
- toXML(XMLStreamWriter) - Method in class org.jlab.coda.jevio.EvioSegment
-
Write this segment structure out as an XML record.
- toXML(XMLStreamWriter, boolean) - Method in class org.jlab.coda.jevio.EvioSegment
-
Write this segment structure out as an XML record.
- toXML(XMLStreamWriter) - Method in class org.jlab.coda.jevio.EvioTagSegment
-
Write this tag segment structure out as an XML record.
- toXML(XMLStreamWriter, boolean) - Method in class org.jlab.coda.jevio.EvioTagSegment
-
Write this tag segment structure out as an XML record.
- toXML() - Method in class org.jlab.coda.jevio.EvioXMLDictionary
-
Get an xml representation of the dictionary.
- toXML(EvioNode, boolean) - Static method in class org.jlab.coda.jevio.Utilities
-
This method takes an EvioNode object and converts it to a readable, XML String.
- toXMLFile(String) - Method in class org.jlab.coda.jevio.EvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, boolean) - Method in class org.jlab.coda.jevio.EvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener) - Method in class org.jlab.coda.jevio.EvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in class org.jlab.coda.jevio.EvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, boolean) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, IEvioProgressListener) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, boolean) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in class org.jlab.coda.jevio.EvioReaderUnsyncV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, boolean) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, IEvioProgressListener) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in class org.jlab.coda.jevio.EvioReaderV4
-
Rewrite the file to XML (not including dictionary).
- toXMLFile(String) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, boolean) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in class org.jlab.coda.jevio.EvioReaderV6
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, boolean) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- toXMLFile(String, IEvioProgressListener, boolean) - Method in interface org.jlab.coda.jevio.IEvioReader
-
Rewrite the file to XML (not including dictionary and "first" event).
- TRAILER_POSITION_OFFSET - Static variable in class org.jlab.coda.hipo.FileHeader
-
Byte offset from beginning of header to write trailer position.
- TRAILER_WITH_INDEX_BIT - Static variable in class org.jlab.coda.hipo.FileHeader
-
10th bit set in bitInfo word in file header means file trailer with index array exists.
- transferDataForReading(RecordOutputStream) - Method in class org.jlab.coda.hipo.RecordOutputStream
-
Copy the contents of the arg into this object and get data buffer ready for reading.
- transform(BaseStructure) - Method in class org.jlab.coda.jevio.BaseStructure
-
This method does a partial copy and is designed to help convert
between banks, segments,and tagsegments in the
StructureTransformer
class (hence the name "transform").
- transform(EvioSegment, int) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioBank object from an EvioSegment.
- transform(EvioTagSegment, int) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioBank object from an EvioTagSegment.
- transform(EvioSegment) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioTagSegment object from an EvioSegment.
- transform(EvioTagSegment) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioSegment object from an EvioTagSegment.
- transform(EvioBank) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioSegment object from an EvioBank.
- transform(EvioBank, int) - Static method in class org.jlab.coda.jevio.StructureTransformer
-
Create an EvioTagSegment object from an EvioBank.
- treeModel - Variable in class org.jlab.coda.jevio.EvioEvent
-
As the event is parsed, it is parsed into a tree.
- type - Variable in class org.jlab.coda.jevio.EvioNode
-
This node's (evio container's) type.