MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / print

Method print

src/main/java/com/amazon/ion/Timestamp.java:2129–2133  ·  view source on GitHub ↗

Prints to an Appendable the string representation (in Ion format) of this Timestamp in its local time. This method produces the same output as #toString(). @param out not null @throws IOException propagated when the Appendable throws it @throws IonException if t

(Appendable out)

Source from the content-addressed store, hash-verified

2127 * @see #printZ(Appendable)
2128 */
2129 public void print(Appendable out)
2130 throws IOException
2131 {
2132 print(out, DEFAULT_MAXIMUM_DIGITS_TEXT);
2133 }
2134
2135 /**
2136 * Prints to an {@code Appendable} the string representation (in Ion format)

Callers 3

toStringMethod · 0.95
printZMethod · 0.95
visitMethod · 0.95

Calls 6

make_localtimeMethod · 0.95
print_digitsMethod · 0.95
intValueMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected