CADI.Server.LogicalTarget.JPEG2000.Indexing
Class HeaderIndexTable
java.lang.Object
CADI.Server.LogicalTarget.JPEG2000.Indexing.HeaderIndexTable
public class HeaderIndexTable
- extends java.lang.Object
- Version:
- 1.0 2009/09/12
- Author:
- Group on Interactive Coding of Images (GICI)
|
Field Summary |
java.util.ArrayList<java.lang.Integer> |
len
|
java.util.ArrayList<java.lang.Integer> |
m
|
java.util.ArrayList<java.lang.Integer> |
nr
|
java.util.ArrayList<java.lang.Integer> |
off
|
long |
tlen
|
|
Constructor Summary |
HeaderIndexTable()
Constructor. |
HeaderIndexTable(long tlen,
java.util.ArrayList<java.lang.Integer> m,
java.util.ArrayList<java.lang.Integer> nr,
java.util.ArrayList<java.lang.Integer> off,
java.util.ArrayList<java.lang.Integer> len)
Constructor. |
|
Method Summary |
void |
list(java.io.PrintStream out)
Prints the Header Index Table 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 |
tlen
public long tlen
m
public java.util.ArrayList<java.lang.Integer> m
nr
public java.util.ArrayList<java.lang.Integer> nr
off
public java.util.ArrayList<java.lang.Integer> off
len
public java.util.ArrayList<java.lang.Integer> len
HeaderIndexTable
public HeaderIndexTable()
- Constructor.
HeaderIndexTable
public HeaderIndexTable(long tlen,
java.util.ArrayList<java.lang.Integer> m,
java.util.ArrayList<java.lang.Integer> nr,
java.util.ArrayList<java.lang.Integer> off,
java.util.ArrayList<java.lang.Integer> len)
- Constructor.
- Parameters:
tlen - m - nr - off - len -
reset
public void reset()
- Sets the attributes to their initial values.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
list
public void list(java.io.PrintStream out)
- Prints the Header Index Table data out to the specified output stream.
This method is useful for debugging.
- Parameters:
out - an output stream.
CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Group on Interactive Coding of Images (GICI) (contact)