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

Method load

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

Loads an entire file of Ion data into a single datagram, detecting whether it's text or binary data. @param ionFile a file containing Ion data. @return a datagram containing all the values in the file; not null. @throws IonException if there's a syntax error in the Ion content. @throws IOExceptio

(File ionFile)

Source from the content-addressed store, hash-verified

66 * in an <code>IOException</code>.
67 */
68 public IonDatagram load(File ionFile)
69 throws IonException, IOException;
70
71

Callers 15

prepareMethod · 0.95
loadMethod · 0.95
testCatalogOnLoaderMethod · 0.95
loadMethod · 0.95
newDatagramMethod · 0.95
loadMethod · 0.95
valuesMethod · 0.95
loadMethod · 0.95
checkGzipDetectionMethod · 0.95
loadMethod · 0.95
testMethod · 0.95

Implementers 1

IonLoaderLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 15

prepareMethod · 0.76
loadMethod · 0.76
testCatalogOnLoaderMethod · 0.76
loadMethod · 0.76
newDatagramMethod · 0.76
loadMethod · 0.76
valuesMethod · 0.76
loadMethod · 0.76
checkGzipDetectionMethod · 0.76
loadMethod · 0.76
testMethod · 0.76