| Class | Description |
|---|---|
| Compressor |
Singleton class used to provide data compression and decompression in a variety of formats.
|
| Compressor.ByteBufferBackedInputStream |
Use this class when decompressing GZIP data from a ByteBuffer.
|
| DataUtils | |
| Evio6Converter | |
| FileEventIndex |
Class used to handle event indexes in the context
of a file and having to change records.
|
| FileHeader |
This class represents the file header of an evio or hipo format file.
|
| Reader |
Reader class that reads files stored in the HIPO format.
|
| Reader.RecordPosition |
Internal class to keep track of the records in the file/buffer.
|
| ReadWriteTest |
Class used to test behavior of the RecordSupply and RecordRingItem classes.
|
| Record | Deprecated |
| RecordHeader |
This class represents the record header in an evio or hipo format file.
|
| RecordInputStream |
Class which reads data to create an Evio or HIPO Record.
|
| RecordOutputStream |
Class which handles the creation and use of Evio and HIPO Records.
|
| RecordRingItem |
This class is used in conjunction with the
RecordSupply class
to provide a very fast supply of RecordOutputStream objects for reuse. |
| RecordSupply |
This thread-safe, lock-free class is used to provide a very fast supply
of RecordRingItems which are reused (using Disruptor software package).
|
| RecordSupplyTester |
Class used to test behavior of the RecordSupply and RecordRingItem classes.
|
| RecordViewer | |
| RecordViewer.FileRecordEntry | |
| RecordViewer.RecordTableModel | |
| TestBuilding |
Class used to test the speed of the RecordOutputStream.build()
method.
|
| TestWriter | |
| Writer |
Class to write Evio/HIPO files.
|
| WriterMT |
This class is for writing Evio/HIPO files only (not buffers)
while multithreading the compression of data.
|
| Enum | Description |
|---|---|
| CompressionType |
This an enum used to represent different types of data compression.
|
| HeaderType |
Numerical values associated with types of record headers, file headers and trailers.
|
| Exception | Description |
|---|---|
| HipoException |
This is a general exception used to indicate a problem in the HIPO package.
|