|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--icc.types.ICCProfileVersion
This class describes the ICCProfile Version as contained in the header of the ICC Profile.
jj2000.j2k.icc.ICCProfile
,
jj2000.j2k.icc.types.ICCProfileHeader
Field Summary | |
private byte |
reserved1
|
private byte |
reserved2
|
static int |
size
Field size |
byte |
uMajor
Major revision number in binary coded decimal |
byte |
uMinor
Minor revision in high nibble, bug fix revision in low nibble, both in binary coded decimal |
Constructor Summary | |
ICCProfileVersion(byte major,
byte minor,
byte res1,
byte res2)
Construct from constituent parts. |
Method Summary | |
java.lang.String |
toString()
String representation of class instance. |
void |
write(java.io.RandomAccessFile raf)
Construct from file content. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int size
public byte uMajor
public byte uMinor
private byte reserved1
private byte reserved2
Constructor Detail |
public ICCProfileVersion(byte major, byte minor, byte res1, byte res2)
Method Detail |
public void write(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |