| Interface | Description |
|---|---|
| _Private_FastAppendable | |
| InputStreamInterceptor |
An interceptor to be consulted by the
IonReaderBuilder when creating an
IonReader over a user-provided stream. |
| Class | Description |
|---|---|
| AbstractValueVisitor |
A base class for extending Ion
ValueVisitors. |
| Equivalence |
Provides equivalence comparisons between two
IonValues, following
the contract of IonValue.equals(Object). |
| Equivalence.Builder |
Constructs
Equivalence instances. |
| IonStreamUtils | |
| IonTextUtils |
Utility methods for working with Ion's text-oriented data types.
|
| IonValueUtils |
Utility methods for working with
IonValues. |
| JarInfo |
Provides information about this release of the ion-java library.
|
| Printer | Deprecated
Use
IonValue.writeTo(IonWriter) instead. |
| Printer.PrinterVisitor | Deprecated
Use
IonValue.writeTo(IonWriter) instead. |
| Spans |
Utility methods for working with
Spans. |
| Enum | Description |
|---|---|
| GzipStreamInterceptor |
The interceptor for GZIP streams.
|
| IonTextUtils.SymbolVariant |