jj2000.j2k.codestream
Class HeaderInfo.COD

java.lang.Object
  |
  +--jj2000.j2k.codestream.HeaderInfo.COD
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
HeaderInfo

public class HeaderInfo.COD
extends java.lang.Object
implements java.lang.Cloneable

Internal class holding information found in the COD marker segments


Field Summary
 int lcod
           
 int scod
           
 int sgcod_mct
           
 int sgcod_nl
           
 int sgcod_po
           
 int spcod_ch
           
 int spcod_cs
           
 int spcod_cw
           
 int spcod_ndl
           
 int[] spcod_ps
           
 int[] spcod_t
           
 
Constructor Summary
HeaderInfo.COD()
           
 
Method Summary
 HeaderInfo.COD getCopy()
           
 java.lang.String toString()
          Display information found in this COD marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lcod

public int lcod

scod

public int scod

sgcod_po

public int sgcod_po

sgcod_nl

public int sgcod_nl

sgcod_mct

public int sgcod_mct

spcod_ndl

public int spcod_ndl

spcod_cw

public int spcod_cw

spcod_ch

public int spcod_ch

spcod_cs

public int spcod_cs

spcod_t

public int[] spcod_t

spcod_ps

public int[] spcod_ps
Constructor Detail

HeaderInfo.COD

public HeaderInfo.COD()
Method Detail

getCopy

public HeaderInfo.COD getCopy()

toString

public java.lang.String toString()
Display information found in this COD marker segment

Overrides:
toString in class java.lang.Object