Package adams.data.io.input.opus
Class OpusBlockHelper.BlockDefinition
- java.lang.Object
-
- adams.data.io.input.opus.OpusBlockHelper.BlockDefinition
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpusBlockHelper
public static class OpusBlockHelper.BlockDefinition extends Object implements Serializable
Container class for Opus block definitions in the header.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
lengthBlocks
the length in 4-byte blocks.int
lengthBytes
the length in bytes.int
offset
the offset.int
type
the type of the block.
-
Constructor Summary
Constructors Constructor Description BlockDefinition()
-