Package | Description |
---|---|
software.amazon.ion |
Public interfaces of the core Ion system.
|
software.amazon.ion.system |
Public implementation of the core Ion system.
|
Modifier and Type | Method and Description |
---|---|
IonTextReader |
IonSystem.newReader(String ionText)
Creates an new
IonReader instance over Ion text data. |
Modifier and Type | Method and Description |
---|---|
IonTextReader |
IonReaderBuilder.build(String ionText)
Based on the builder's configuration properties, creates an new
IonReader instance over Ion text data. |