|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.jpeg.icc.types.ICCDateTime
public class ICCDateTime
Date Time format for tags
Field Summary | |
---|---|
static int |
size
|
short |
wDay
Day datum. |
short |
wHours
Hour datum. |
short |
wMinutes
Minute datum. |
short |
wMonth
Month datum. |
short |
wSeconds
Second datum. |
short |
wYear
Year datum. |
Constructor Summary | |
---|---|
ICCDateTime(short year,
short month,
short day,
short hour,
short minute,
short second)
Construct an ICCDateTime from parts |
Method Summary | |
---|---|
String |
toString()
Return a ICCDateTime representation. |
void |
write(RandomAccessFile raf)
Write an ICCDateTime to a file. |
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 short wYear
public short wMonth
public short wDay
public short wHours
public short wMinutes
public short wSeconds
Constructor Detail |
---|
public ICCDateTime(short year, short month, short day, short hour, short minute, short second)
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 |