Uses of Class
jj2000.j2k.entropy.decoder.ByteInputBuffer
-
Packages that use ByteInputBuffer Package Description jj2000.j2k.entropy.decoder -
-
Uses of ByteInputBuffer in jj2000.j2k.entropy.decoder
Methods in jj2000.j2k.entropy.decoder that return ByteInputBuffer Modifier and Type Method Description ByteInputBuffer
MQDecoder. getByteInputBuffer()
Returns the underlying 'ByteInputBuffer' from where the MQ coded input bytes are read.Constructors in jj2000.j2k.entropy.decoder with parameters of type ByteInputBuffer Constructor Description MQDecoder(ByteInputBuffer iStream, int nrOfContexts, int[] initStates)
Instantiates a new MQ-decoder, with the specified number of contexts and initial states.
-