jj2000.j2k.codestream
Class HeaderInfo.POC

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

public class HeaderInfo.POC
extends java.lang.Object

Internal class holding information found in the POC marker segments


Field Summary
 int[] cepoc
           
 int[] cspoc
           
 int lpoc
           
 int[] lyepoc
           
 int[] ppoc
           
 int[] repoc
           
 int[] rspoc
           
 
Constructor Summary
HeaderInfo.POC()
           
 
Method Summary
 java.lang.String toString()
          Display information found in this POC marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lpoc

public int lpoc

rspoc

public int[] rspoc

cspoc

public int[] cspoc

lyepoc

public int[] lyepoc

repoc

public int[] repoc

cepoc

public int[] cepoc

ppoc

public int[] ppoc
Constructor Detail

HeaderInfo.POC

public HeaderInfo.POC()
Method Detail

toString

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

Overrides:
toString in class java.lang.Object