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