public class CompressionHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
APDelta |
byte[][][] |
dictionary |
java.util.Map<EncodingKey,EncodingParams> |
encodingMap |
java.util.Map<java.lang.Integer,ExternalCompressor> |
externalCompressors |
java.util.List<java.lang.Integer> |
externalIds |
boolean |
readNamesIncluded |
SubstitutionMatrix |
substitutionMatrix |
java.util.Map<java.lang.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 java.util.Map<EncodingKey,EncodingParams> encodingMap
public java.util.Map<java.lang.Integer,EncodingParams> tMap
public final java.util.Map<java.lang.Integer,ExternalCompressor> externalCompressors
public SubstitutionMatrix substitutionMatrix
public java.util.List<java.lang.Integer> externalIds
public byte[][][] dictionary