Package jj2000.j2k.codestream
Class HeaderInfo.COD
- java.lang.Object
-
- jj2000.j2k.codestream.HeaderInfo.COD
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- HeaderInfo
public class HeaderInfo.COD extends Object implements Cloneable
Internal class holding information found in the COD marker segments
-
-
Constructor Summary
Constructors Constructor Description COD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderInfo.COD
getCopy()
String
toString()
Display information found in this COD marker segment
-
-
-
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
-
-
Method Detail
-
getCopy
public HeaderInfo.COD getCopy()
-
-