Uses of Class
jj2000.j2k.codestream.writer.BitOutputBuffer
Packages that use BitOutputBuffer
-
Uses of BitOutputBuffer in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer that return BitOutputBufferModifier and TypeMethodDescriptionPktEncoder.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 BitOutputBufferModifier and TypeMethodDescriptionvoidTagTreeEncoder.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.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.