| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IonDatagram
A datagram is a "top-level" container of Ion values, and the granularity of
binary encoding Ion content.
|
interface |
IonList
An Ion
list value. |
interface |
IonSequence
Common functionality of Ion
list and sexp types. |
interface |
IonSexp
An Ion
sexp (S-expression) value. |
interface |
IonStruct
An Ion
struct value. |
| Modifier and Type | Method and Description |
|---|---|
IonContainer |
IonContainer.clone() |
IonContainer |
IonDatagram.getContainer()
Gets the container of this value,
or
null if this is not part of one. |
IonContainer |
IonValue.getContainer()
Gets the container of this value,
or
null if this is not part of one. |
| Modifier and Type | Method and Description |
|---|---|
IonWriter |
IonSystem.newWriter(IonContainer container)
Creates a new writer that will add
IonValues to the given
container. |