MCPcopy Create free account
hub / github.com/MenoData/Time4J / writeTimestamp

Method writeTimestamp

base/src/main/java/net/time4j/SPX.java:469–476  ·  view source on GitHub ↗
(DataOutput out)

Source from the content-addressed store, hash-verified

467 }
468
469 private void writeTimestamp(DataOutput out)
470 throws IOException {
471
472 PlainTimestamp ts = (PlainTimestamp) this.obj;
473 writeDate(ts.getCalendarDate(), TIMESTAMP_TYPE, out);
474 writeTime(ts.getWallTime(), out);
475
476 }
477
478 private Object readTimestamp(
479 DataInput in,

Callers 1

writeExternalMethod · 0.95

Calls 4

writeDateMethod · 0.95
getCalendarDateMethod · 0.95
writeTimeMethod · 0.95
getWallTimeMethod · 0.95

Tested by

no test coverage detected