|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.types.ICCProfileVersion
public class 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 | |
---|---|
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 | |
---|---|
String |
toString()
String representation of class instance. |
void |
write(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
Constructor Detail |
---|
public ICCProfileVersion(byte major, byte minor, byte res1, byte res2)
Method Detail |
---|
public void write(RandomAccessFile raf) throws IOException
IOException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |