|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Server.LogicalTarget.JPEG2000.Indexing.Manifest
public class Manifest
| Field Summary | |
|---|---|
java.util.ArrayList<byte[]> |
boxHeaders
Further information, see ISO/IEC 15444-9 section I.3.2.3. |
| Constructor Summary | |
|---|---|
Manifest()
Constructor. |
|
Manifest(java.util.ArrayList<byte[]> bh)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(byte[] bh)
Adds a new box header. |
void |
list(java.io.PrintStream out)
Prints the Manifest 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 java.util.ArrayList<byte[]> boxHeaders
Further information, see ISO/IEC 15444-9 section I.3.2.3.
| Constructor Detail |
|---|
public Manifest()
public Manifest(java.util.ArrayList<byte[]> bh)
bh - definition in #bh.| Method Detail |
|---|
public void add(byte[] bh)
bh - definition in #bh.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 | ||||||||