public class ICCProfileVersion extends Object
jj2000.j2k.icc.ICCProfile,
jj2000.j2k.icc.types.ICCProfileHeader| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ICCProfileVersion(byte major,
byte minor,
byte res1,
byte res2)
Construct from constituent parts.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
String representation of class instance.
|
void |
write(RandomAccessFile raf)
Construct from file content.
|
public static final int size
public byte uMajor
public byte uMinor
public ICCProfileVersion(byte major,
byte minor,
byte res1,
byte res2)
public void write(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 2015. All rights reserved.