Uses of Class
kala.compress.harmony.pack200.Codec
-
Packages that use Codec Package Description kala.compress.harmony.pack200 Internal package.kala.compress.harmony.unpack200 Internal package. -
-
Uses of Codec in kala.compress.harmony.pack200
Subclasses of Codec in kala.compress.harmony.pack200 Modifier and Type Class Description classBHSDCodecA BHSD codec is a means of encoding integer values as a sequence of bytes or vice versa using a specified "BHSD" encoding mechanism.classPopulationCodecA PopulationCodec is a Codec that is well suited to encoding data that shows statistical or repetitive patterns, containing for example a few numbers which are repeated a lot throughout the set, but not necessarily sequentially.classRunCodecA run codec is a grouping of two nested codecs; K values are decoded from the first codec, and the remaining codes are decoded from the remaining codec.Fields in kala.compress.harmony.pack200 declared as Codec Modifier and Type Field Description private CodecRunCodec. aCodecprivate CodecRunCodec. bCodecprivate CodecBandSet.BandAnalysisResults. betterCodecprivate CodecPopulationCodec. favouredCodecprivate CodecPopulationCodec. tokenCodecprivate CodecPopulationCodec. unfavouredCodecMethods in kala.compress.harmony.pack200 that return Codec Modifier and Type Method Description CodecRunCodec. getACodec()CodecRunCodec. getBCodec()static CodecCodecEncoding. getCodec(int value, java.io.InputStream in, Codec defaultCodec)Gets the codec specified by the given value byte and optional byte header.CodecPopulationCodec. getFavouredCodec()CodecPopulationCodec. getTokenCodec()CodecPopulationCodec. getUnfavouredCodec()Methods in kala.compress.harmony.pack200 with parameters of type Codec Modifier and Type Method Description static CodecCodecEncoding. getCodec(int value, java.io.InputStream in, Codec defaultCodec)Gets the codec specified by the given value byte and optional byte header.static int[]CodecEncoding. getSpecifier(Codec codec, Codec defaultForBand)private voidRunCodec. normalise(int[] band, Codec codecUsed)private intRunCodec. normalise(int value, Codec codecUsed)Constructors in kala.compress.harmony.pack200 with parameters of type Codec Constructor Description PopulationCodec(Codec favouredCodec, int l, Codec unfavouredCodec)PopulationCodec(Codec favouredCodec, Codec tokenCodec, Codec unvafouredCodec)RunCodec(int k, Codec aCodec, Codec bCodec) -
Uses of Codec in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 that return Codec Modifier and Type Method Description CodecAttributeLayout. getCodec()
-