Uses of Class
jj2000.j2k.codestream.writer.BitOutputBuffer
-
Packages that use BitOutputBuffer Package Description jj2000.j2k.codestream.writer -
-
Uses of BitOutputBuffer in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer that return BitOutputBuffer Modifier and Type Method Description BitOutputBuffer
PktEncoder. encodePacket(int ly, int c, int r, int t, CBlkRateDistStats[][] cbs, int[][] tIndx, BitOutputBuffer hbuf, byte[] bbuf, int pIdx)
Encodes a packet and returns the buffer containing the encoded packet header.Methods in jj2000.j2k.codestream.writer with parameters of type BitOutputBuffer Modifier and Type Method Description void
TagTreeEncoder. encode(int m, int n, int t, BitOutputBuffer out)
Encodes information for the specified element of the tree, given the threshold and sends it to the 'out' stream.BitOutputBuffer
PktEncoder. encodePacket(int ly, int c, int r, int t, CBlkRateDistStats[][] cbs, int[][] tIndx, BitOutputBuffer hbuf, byte[] bbuf, int pIdx)
Encodes a packet and returns the buffer containing the encoded packet header.
-