jj2000.j2k.codestream.reader |
|
Java Source File Name | Type | Comment |
BitstreamReaderAgent.java | Class | This is the generic interface for bit stream reader agents. |
CBlkInfo.java | Class | This class contains location of code-blocks' piece of codewords
(there is one piece per layer) and some other information. |
FileBitstreamReaderAgent.java | Class | 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. |
HeaderDecoder.java | Class | This class reads Main and Tile-part headers from the codestream. |
PktDecoder.java | Class | This class is used to read packet's head and body. |
PktHeaderBitReader.java | Class | This class provides a bit based reading facility from a byte based one,
applying the bit unstuffing procedure as required by the packet headers. |
PktInfo.java | Class | This class defines an object used to countain informations about a packet
to which the current code-block belongs. |
TagTreeDecoder.java | Class | This class implements the tag tree decoder. |