Package jp2codec.codestream.reader

Class Summary
BitstreamReaderAgent This class reads the bit stream (with the help of HeaderDecoder for tile headers and PktDecoder for packets header and body) and retrives location of all code-block's codewords.
CBlkIndex Created by IntelliJ IDEA.
CBlkInfo This class contains location of code-blocks' piece of codewords (there is one piece per layer) and some other information.
HeaderDecoder This class reads Main and Tile-part headers from the codestream.
PktDecoder This class is used to read packet's head and body.
PktInfo This class defines an object used to countain informations about a packet to which the current code-block belongs.
TagTreeDecoder This class implements the tag tree decoder.