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)
| 66 | * in an <code>IOException</code>. |
| 67 | */ |
| 68 | public IonDatagram load(File ionFile) |
| 69 | throws IonException, IOException; |
| 70 | |
| 71 |
no outgoing calls