|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A factory for LogicalTimeIntervals.
| Method Summary | |
LogicalTimeInterval |
decode(byte[] buffer,
int offset)
Decodes a logical time interval stored within the specified buffer, returning a corresponding new LogicalTimeInterval. |
LogicalTimeInterval |
makeEpsilon()
Creates and returns an epsilon-length logical time interval. |
LogicalTimeInterval |
makeZero()
Creates and returns a zero-length logical time interval. |
| Method Detail |
public LogicalTimeInterval decode(byte[] buffer,
int offset)
throws CouldNotDecode
LogicalTimeInterval.
buffer - the buffer containing the encoded intervaloffset - the offset within the buffer at which the encoded
interval is stored
LogicalTimeInterval corresponding to the
encoded interval
CouldNotDecode - if the time interval could not be decodedpublic LogicalTimeInterval makeZero()
LogicalTimeIntervalpublic LogicalTimeInterval makeEpsilon()
LogicalTimeInterval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||