Class Summary |
BitstreamReaderAgent |
This is the generic interface for bit stream reader agents. |
CBlkInfo |
This class contains location of code-blocks' piece of codewords (there is
one piece per layer) and some other information. |
FileBitstreamReaderAgent |
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 |
This class reads main and tile-part headers from the codestream given a
RandomAccessIO instance located at the beginning of the codestream (i.e
just before the SOC marker) or at the beginning of a tile-part (i.e. |
PktDecoder |
This class is used to read packet's head and body. |
PktHeaderBitReader |
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 |
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. |