com.github.stephenc.javaisotools.udflib.structures
Class Timestamp

java.lang.Object
  extended by com.github.stephenc.javaisotools.udflib.structures.Timestamp

public class Timestamp
extends Object


Field Summary
 byte Centiseconds
           
 byte Day
           
 byte Hour
           
 byte HundredsofMicroseconds
           
 byte Microseconds
           
 byte Minute
           
 byte Month
           
 byte Second
           
 int TypeAndTimezone
           
 int Year
           
 
Constructor Summary
Timestamp()
           
Timestamp(Calendar myCalendar)
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void set(Calendar myCalendar)
           
 void write(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Timestamp

public Timestamp()

Timestamp

public Timestamp(Calendar myCalendar)
Method Detail

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.