com.github.stephenc.javaisotools.udflib.structures
Class Timestamp
java.lang.Object
com.github.stephenc.javaisotools.udflib.structures.Timestamp
public class Timestamp
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeAndTimezone
public int TypeAndTimezone
Year
public int Year
Month
public byte Month
Day
public byte Day
Hour
public byte Hour
Minute
public byte Minute
Second
public byte Second
Centiseconds
public byte Centiseconds
HundredsofMicroseconds
public byte HundredsofMicroseconds
Microseconds
public byte Microseconds
Timestamp
public Timestamp()
Timestamp
public Timestamp(Calendar myCalendar)
set
public void set(Calendar myCalendar)
read
public void read(RandomAccessFile myRandomAccessFile)
throws IOException
- Throws:
IOException
write
public void write(RandomAccessFile myRandomAccessFile)
throws IOException
- Throws:
IOException
getBytes
public byte[] getBytes()
Copyright © 2013. All Rights Reserved.