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)
| 234 | * @throws IonException if the source throws {@link IOException}. |
| 235 | */ |
| 236 | public Iterator<IonValue> iterate(Reader ionText); |
| 237 | |
| 238 | |
| 239 | /** |
no outgoing calls