|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--icc.types.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 | |
java.lang.String |
toString()
Return a ICCDateTime representation. |
void |
write(java.io.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(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 |