Uses of Class
ucar.jpeg.jj2000.j2k.codestream.reader.CBlkInfo

Packages that use CBlkInfo
ucar.jpeg.jj2000.j2k.codestream.reader   
 

Uses of CBlkInfo in ucar.jpeg.jj2000.j2k.codestream.reader
 

Methods in ucar.jpeg.jj2000.j2k.codestream.reader that return CBlkInfo
 CBlkInfo[][][][][] FileBitstreamReaderAgent.getCBlkInfo()
          Gets the reference to the CBlkInfo array
 CBlkInfo[][][][][] PktDecoder.restart(int nc, int[] mdl, int nl, CBlkInfo[][][][][] cbI, boolean pph, ByteArrayInputStream pphbais)
          Re-initialize the PktDecoder instance at the beginning of a new tile.
 

Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type CBlkInfo
 boolean PktDecoder.readPktBody(int l, int r, int c, int p, CBlkInfo[][][] cbI, int[] nb)
          Reads specificied packet body in order to find offset of each code-block's piece of codeword.
 boolean PktDecoder.readPktHead(int l, int r, int c, int p, CBlkInfo[][][] cbI, int[] nb)
          Read specified packet head and found length of each code-block's piece of codewords as well as number of skipped most significant bit-planes.
 CBlkInfo[][][][][] PktDecoder.restart(int nc, int[] mdl, int nl, CBlkInfo[][][][][] cbI, boolean pph, ByteArrayInputStream pphbais)
          Re-initialize the PktDecoder instance at the beginning of a new tile.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.