jj2000.j2k.codestream
Class HeaderInfo.SOT

java.lang.Object
  |
  +--jj2000.j2k.codestream.HeaderInfo.SOT
Enclosing class:
HeaderInfo

public class HeaderInfo.SOT
extends java.lang.Object

Internal class holding information found in the SOt marker segments


Field Summary
 int isot
           
 int lsot
           
 int psot
           
 int tnsot
           
 int tpsot
           
 
Constructor Summary
HeaderInfo.SOT()
           
 
Method Summary
 java.lang.String toString()
          Display information found in this SOT marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lsot

public int lsot

isot

public int isot

psot

public int psot

tpsot

public int tpsot

tnsot

public int tnsot
Constructor Detail

HeaderInfo.SOT

public HeaderInfo.SOT()
Method Detail

toString

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

Overrides:
toString in class java.lang.Object