| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| Modifier and Type | Method and Description |
|---|---|
IonLoader |
IonSystem.getLoader()
Gets the default system loader.
|
IonLoader |
IonSystem.newLoader()
Constructs a new loader instance using the
default system catalog.
|
IonLoader |
IonSystem.newLoader(IonCatalog catalog)
Constructs a new loader instance using the given catalog.
|