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

Method readTimestamp

base/src/main/java/net/time4j/SPX.java:478–487  ·  view source on GitHub ↗
(
        DataInput in,
        byte header
    )

Source from the content-addressed store, hash-verified

476 }
477
478 private Object readTimestamp(
479 DataInput in,
480 byte header
481 ) throws IOException {
482
483 PlainDate date = readDate(in, header);
484 PlainTime time = readTime(in);
485 return PlainTimestamp.of(date, time);
486
487 }
488
489 private void writeDuration(ObjectOutput out)
490 throws IOException {

Callers 1

readExternalMethod · 0.95

Calls 3

readDateMethod · 0.95
readTimeMethod · 0.95
ofMethod · 0.95

Tested by

no test coverage detected