public class ICCTagTable extends Hashtable
ucar.jpeg.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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuesprotected 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 © 2019 UCAR/Unidata. All rights reserved.