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

Method writeDate

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

Source from the content-addressed store, hash-verified

240 }
241
242 private void writeDate(DataOutput out)
243 throws IOException {
244
245 PlainDate date = (PlainDate) this.obj;
246 writeDate(date, DATE_TYPE, out);
247
248 }
249
250 private static void writeDate(
251 PlainDate date,

Callers 2

writeExternalMethod · 0.95
writeTimestampMethod · 0.95

Calls 4

getYearMethod · 0.65
getMonthMethod · 0.65
getDayOfMonthMethod · 0.65
absMethod · 0.45

Tested by

no test coverage detected