public class CompressionHeader extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
APDelta |
byte[][][] |
dictionary |
Map<EncodingKey,EncodingParams> |
encodingMap |
Map<Integer,ExternalCompressor> |
externalCompressors |
List<Integer> |
externalIds |
boolean |
readNamesIncluded |
SubstitutionMatrix |
substitutionMatrix |
Map<Integer,EncodingParams> |
tMap |
Constructor and Description |
---|
CompressionHeader() |
Modifier and Type | Method and Description |
---|---|
byte[][] |
getTagIds(int id) |
void |
read(byte[] data) |
byte[] |
toByteArray() |
public boolean readNamesIncluded
public boolean APDelta
public Map<EncodingKey,EncodingParams> encodingMap
public Map<Integer,EncodingParams> tMap
public final Map<Integer,ExternalCompressor> externalCompressors
public SubstitutionMatrix substitutionMatrix
public byte[][][] dictionary
public byte[][] getTagIds(int id)
public void read(byte[] data)
public byte[] toByteArray() throws IOException
IOException