Package | Description |
---|---|
software.amazon.ion.system |
Public implementation of the core Ion system.
|
Modifier and Type | Method and Description |
---|---|
IonReaderBuilder |
IonReaderBuilder.copy()
Creates a mutable copy of this builder.
|
IonReaderBuilder |
IonReaderBuilder.immutable()
Returns an immutable builder configured exactly like this one.
|
IonReaderBuilder |
IonReaderBuilder.mutable()
Returns a mutable builder configured exactly like this one.
|
static IonReaderBuilder |
IonReaderBuilder.standard()
The standard builder of
IonReader s, with all configuration
properties having their default values. |
IonReaderBuilder |
IonReaderBuilder.withCatalog(IonCatalog catalog)
Declares the catalog to use when building an
IonReader ,
returning a new mutable builder the current one is immutable. |