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

Method close

src/main/java/com/amazon/ion/IonWriter.java:185–185  ·  view source on GitHub ↗

Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect. If the cursor is between top-level values, this method will #finish() before closing the underlying output stream. If not, the resulting data

()

Source from the content-addressed store, hash-verified

183 * @see #finish()
184 */
185 public void close() throws IOException;
186
187
188 /**

Callers 15

mainMethod · 0.95
embeddedEventToIonMethod · 0.95
iterateMethod · 0.95
systemIterateMethod · 0.95
toBinaryIonMethod · 0.95
valueWriteToWriterMethod · 0.95
checkTextOutputMethod · 0.95
roundTripDatagramMethod · 0.95
testMethod · 0.95
makeTextMethod · 0.95
testTextWriterSymtabsMethod · 0.95

Implementers 2

IonBinaryWriterAdaptersrc/main/java/com/amazon/ion/impl/bin/
_Private_IonWriterBasesrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls

Tested by 15

iterateMethod · 0.76
systemIterateMethod · 0.76
toBinaryIonMethod · 0.76
valueWriteToWriterMethod · 0.76
checkTextOutputMethod · 0.76
roundTripDatagramMethod · 0.76
testMethod · 0.76
makeTextMethod · 0.76
testTextWriterSymtabsMethod · 0.76
testManyAnnotationsMethod · 0.76