public class ICCTagTable extends Hashtable
jj2000.j2k.icc.tags.ICCTag,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
ICCTagTable(byte[] data)
Ctor used by factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static ICCTagTable |
createInstance(byte[] data)
Factory method for creating a tag table from raw input.
|
String |
toString()
Representation of a tag table
|
void |
write(RandomAccessFile raf)
Output the table to a disk
|
protected ICCTagTable(byte[] data)
byte - raw tag datapublic String toString()
public static ICCTagTable createInstance(byte[] data)
byte - array of unstructured data representing a tagpublic void write(RandomAccessFile raf) throws IOException
raf - RandomAccessFile which receives the table.IOExceptionCopyright © 2015. All rights reserved.