icc.tags
Class ICCTagTable.Triplet

java.lang.Object
  |
  +--icc.tags.ICCTagTable.Triplet
Enclosing class:
ICCTagTable

private static class ICCTagTable.Triplet
extends java.lang.Object


Field Summary
private  int count
          length of tag data
private  int offset
          absolute offset of tag data
private  int signature
          Tag identifier
static int size
          size of an entry
 
Constructor Summary
(package private) ICCTagTable.Triplet(int signature, int offset, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signature

private int signature
Tag identifier


offset

private int offset
absolute offset of tag data


count

private int count
length of tag data


size

public static final int size
size of an entry

See Also:
Constant Field Values
Constructor Detail

ICCTagTable.Triplet

ICCTagTable.Triplet(int signature,
                    int offset,
                    int count)