|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A factory for LogicalTimes.
| Method Summary | |
LogicalTime |
decode(byte[] buffer,
int offset)
Decodes a logical time stored within the specified buffer, returning a LogicalTime object corresponding to
the decoded value. |
LogicalTime |
makeFinal()
Creates and returns an instance of the final logical time. |
LogicalTime |
makeInitial()
Creates and returns an instance of the initial logical time. |
| Method Detail |
public LogicalTime decode(byte[] buffer,
int offset)
throws CouldNotDecode
LogicalTime object corresponding to
the decoded value.
buffer - the buffer that contains the encoded valueoffset - the offset within the buffer at which the
encoded value is stored
LogicalTime representing the
decoded value
CouldNotDecode - if the value could not be decodedpublic LogicalTime makeInitial()
public LogicalTime makeFinal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||