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

Method close

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

Closes this reader and releases any system resources associated with it. For readers created from an java.io.InputStream, this method will close the underlying stream. For readers created from byte arrays or strings, this method will release internal resources such as UTF-8 decoders.

()

Source from the content-addressed store, hash-verified

512 * @throws IOException if an I/O error occurs while closing the underlying stream
513 */
514 @Override
515 void close() throws IOException;
516
517}

Callers 15

loadMethod · 0.95
readIntoMethod · 0.95
readOverMethod · 0.95
toBinaryIonMethod · 0.95
iterateReaderMethod · 0.95
systemIterateReaderMethod · 0.95
testMethod · 0.95
roundTripDatagramMethod · 0.95
testEquivsOverFileMethod · 0.95
testManualCloseMethod · 0.95
testReadingScalarsMethod · 0.95

Implementers 5

IonReaderTreeSystemsrc/main/java/com/amazon/ion/impl/IonR
IonReaderNonContinuableSystemsrc/main/java/com/amazon/ion/impl/IonR
SymbolTableReadersrc/main/java/com/amazon/ion/impl/IonR
SymbolTableReadersrc/main/java/com/amazon/ion/impl/Symb
IonReaderContinuableTopLevelBinarysrc/main/java/com/amazon/ion/impl/IonR

Calls

no outgoing calls

Tested by 15

loadMethod · 0.76
readIntoMethod · 0.76
readOverMethod · 0.76
toBinaryIonMethod · 0.76
iterateReaderMethod · 0.76
systemIterateReaderMethod · 0.76
testMethod · 0.76
roundTripDatagramMethod · 0.76
testEquivsOverFileMethod · 0.76
testManualCloseMethod · 0.76
testReadingScalarsMethod · 0.76