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

Method iterate

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

Creates an iterator over a stream of Ion text data. Values returned by the iterator have no container. The iterator will automatically consume Ion system IDs and local symbol tables; they will not be returned by the iterator. If the input source throws an IOException during iteration

(Reader ionText)

Source from the content-addressed store, hash-verified

234 * @throws IonException if the source throws {@link IOException}.
235 */
236 public Iterator<IonValue> iterate(Reader ionText);
237
238
239 /**

Callers 15

loadBulkDataSetMethod · 0.95
checkGzipDetectionMethod · 0.95
mainMethod · 0.95
iterateMethod · 0.65
iterateMethod · 0.65
iterateMethod · 0.65
iterateMethod · 0.65
iterateMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

loadBulkDataSetMethod · 0.76
checkGzipDetectionMethod · 0.76
mainMethod · 0.76
iterateMethod · 0.52
iterateMethod · 0.52
iterateMethod · 0.52
iterateMethod · 0.52
iterateMethod · 0.52