public class TimeRec
extends java.lang.Object
| Constructor and Description |
|---|
TimeRec()
Construct a TimeRec with the current date.
|
TimeRec(byte[] bytes,
int offset)
Construct a TimeRec from the given LENGTH byte array.
|
TimeRec(java.util.Date date)
Construct a TimeRec with the specified date.
|
TimeRec(java.io.InputStream inputStream)
Construct a TimeRec from the InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
java.util.Date |
getDate()
Convert the TimeRec into a Java Date object.
|
void |
setDate(java.util.Date date)
Set the date.
|
public TimeRec()
public TimeRec(java.util.Date date)
public TimeRec(byte[] bytes,
int offset)
public TimeRec(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionpublic void setDate(java.util.Date date)
public java.util.Date getDate()
http://www.nulib.com/library/nufx-addendum.htmpublic byte[] getBytes()