Name |
Description |
CorruptedCodestreamException |
This exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal. |
HeaderInfo |
Classe that holds information found in the marker segments of the main and tile-part headers. There is one inner-class per marker segment type found in these headers. |
HeaderInfo.COC |
Internal class holding information found in the COC marker segments |
HeaderInfo.COD |
Internal class holding information found in the COD marker segments |
HeaderInfo.COM |
Internal class holding information found in the COM marker segments |
HeaderInfo.CRG |
Internal class holding information found in the CRG marker segment |
HeaderInfo.POC |
Internal class holding information found in the POC marker segments |
HeaderInfo.QCC |
Internal class holding information found in the QCC marker segments |
HeaderInfo.QCD |
Internal class holding information found in the QCD marker segments |
HeaderInfo.RGN |
Internal class holding information found in the RGN marker segments |
HeaderInfo.SIZ |
Internal class holding information found in the SIZ marker segment |
HeaderInfo.SOT |
Internal class holding information found in the SOt marker segments |
Markers |
This interface defines the values of the different markers in the JPEG 2000 codestream. There are 16 bit values, always appearing in big-endian (most significant byte first) and byte-aligned in the codestream. This interface also defines some other constants such as bit-masks and bit-shifts. |