Package | Description |
---|---|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Field and Description |
---|---|
protected FileChannelInputStream |
UKSignaturesReader.dataReader
Data reader
|
protected FileChannelInputStream |
UKSignaturesReader.headerReader
Header and directory reader
|
protected FileChannelInputStream |
UKSignaturesReader.locatorReader
Locator permutation reader
|
Modifier and Type | Method and Description |
---|---|
protected void |
UKSignaturesReader.readHeader(FileChannelInputStream header)
Structure of the head should be:
std::uint32_t mMagic; ///< Magic value for verification (must be equal to 0x1beddeed).
|