Class HeaderInfo

    • Field Detail

      • siz

        public HeaderInfo.SIZ siz
        Reference to the SIZ marker segment found in main header
      • sot

        public Hashtable sot
        Reference to the SOT marker segments found in tile-part headers. The kwy is given by "t"+tileIdx"_tp"+tilepartIndex.
      • cod

        public Hashtable cod
        Reference to the COD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.
      • coc

        public Hashtable coc
        Reference to the COC marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
      • rgn

        public Hashtable rgn
        Reference to the RGN marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
      • qcd

        public Hashtable qcd
        Reference to the QCD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.
      • qcc

        public Hashtable qcc
        Reference to the QCC marker segments found in main and first tile-part header. They key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
      • poc

        public Hashtable poc
        Reference to the POC marker segments found in main and first tile-part header. They key is either "main" or "t"+tileIdx.
      • crg

        public HeaderInfo.CRG crg
        Reference to the CRG marker segment found in main header
      • com

        public Hashtable com
        Reference to the COM marker segments found in main and tile-part headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx.