jj2000.j2k.codestream
Class HeaderInfo.QCD

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

public class HeaderInfo.QCD
extends java.lang.Object

Internal class holding information found in the QCD marker segments


Field Summary
private  int gb
           
 int lqcd
           
private  int qType
           
 int[][] spqcd
           
 int sqcd
           
 
Constructor Summary
HeaderInfo.QCD()
           
 
Method Summary
 int getNumGuardBits()
           
 int getQuantType()
           
 java.lang.String toString()
          Display information found in this QCD marker segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lqcd

public int lqcd

sqcd

public int sqcd

spqcd

public int[][] spqcd

qType

private int qType

gb

private int gb
Constructor Detail

HeaderInfo.QCD

public HeaderInfo.QCD()
Method Detail

getQuantType

public int getQuantType()

getNumGuardBits

public int getNumGuardBits()

toString

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

Overrides:
toString in class java.lang.Object