| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| software.amazon.ion.util |
Various utilites for working with Ion data.
|
| Modifier and Type | Method and Description |
|---|---|
IonClob |
IonClob.clone() |
IonClob |
ValueFactory.newClob(byte[] value)
Constructs a new Ion
clob instance from a byte array. |
IonClob |
ValueFactory.newClob(byte[] value,
int offset,
int length)
Constructs a new Ion
clob, copying bytes from part of an array. |
IonClob |
ValueFactory.newNullClob()
Constructs a new
null.clob instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(IonClob value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueVisitor.visit(IonClob value) |