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

Method writeMoment

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

Source from the content-addressed store, hash-verified

444 }
445
446 private void writeMoment(DataOutput out)
447 throws IOException {
448
449 Moment ut = (Moment) this.obj;
450 ut.writeTimestamp(out);
451
452 }
453
454 private Object readMoment(
455 DataInput in,

Callers 1

writeExternalMethod · 0.95

Calls 1

writeTimestampMethod · 0.95

Tested by

no test coverage detected