|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Server.LogicalTarget.JPEG2000.Indexing.CodestreamFinder
public class CodestreamFinder
Further information, see ISO/IEC 15444-9 section I.3.2.2
| Field Summary | |
|---|---|
long |
clen
|
long |
coff
|
int |
cont
|
int |
dr
|
static int |
ENTIRE_CODESTREAM
|
static int |
FRAGMENTED_CODESTREAM
|
| Constructor Summary | |
|---|---|
CodestreamFinder()
Constructor. |
|
CodestreamFinder(int dr,
int cont,
long coff,
long clen)
Constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints the Codestream Finder data out to the specified output stream. |
void |
reset()
Sets the attributes to their initial values. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int dr
public int cont
public static final int ENTIRE_CODESTREAM
public static final int FRAGMENTED_CODESTREAM
public long coff
public long clen
| Constructor Detail |
|---|
public CodestreamFinder()
public CodestreamFinder(int dr,
int cont,
long coff,
long clen)
dr - definition in dr.cont - defintion in cont.coff - definition in coff.clen - definition in clen.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||