Uses of Class
org.apache.commons.compress.harmony.pack200.Codec
Package
Description
Internal package.
Internal package.
-
Uses of Codec in org.apache.commons.compress.harmony.pack200
Modifier and TypeClassDescriptionfinal class
A BHSD codec is a means of encoding integer values as a sequence of bytes or vice versa using a specified "BHSD" encoding mechanism.class
A 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.class
A 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.Modifier and TypeMethodDescriptionRunCodec.getACodec()
RunCodec.getBCodec()
static Codec
CodecEncoding.getCodec
(int value, InputStream in, Codec defaultCodec) Gets the codec specified by the given value byte and optional byte header.PopulationCodec.getFavouredCodec()
PopulationCodec.getTokenCodec()
PopulationCodec.getUnfavouredCodec()
Modifier and TypeMethodDescriptionstatic Codec
CodecEncoding.getCodec
(int value, 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) ModifierConstructorDescriptionPopulationCodec
(Codec favouredCodec, int l, Codec unfavouredCodec) PopulationCodec
(Codec favouredCodec, Codec tokenCodec, Codec unvafouredCodec) -
Uses of Codec in org.apache.commons.compress.harmony.unpack200