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

Method writeTime

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

Source from the content-addressed store, hash-verified

322 }
323
324 private void writeTime(DataOutput out)
325 throws IOException {
326
327 PlainTime time = (PlainTime) this.obj;
328 out.writeByte(TIME_TYPE << 4);
329 writeTime(time, out);
330
331 }
332
333 private static void writeTime(
334 PlainTime time,

Callers 2

writeExternalMethod · 0.95
writeTimestampMethod · 0.95

Calls 4

getNanosecondMethod · 0.65
getSecondMethod · 0.65
getMinuteMethod · 0.65
getHourMethod · 0.65

Tested by

no test coverage detected