public final class _Private_LiteDomTrampoline
extends java.lang.Object
Isolates private APIs that are needed from other packages in this library. The leading _ reduces the chance of somebody finding this via autocomplete.
| Constructor and Description |
|---|
_Private_LiteDomTrampoline() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLiteSystem(IonSystem system) |
static IonSystem |
newLiteSystem(IonTextWriterBuilder twb,
_Private_IonBinaryWriterBuilder bwb,
IonReaderBuilder rb) |
static byte[] |
reverseEncode(int initialSize,
SymbolTable symtab) |
public static IonSystem newLiteSystem(IonTextWriterBuilder twb, _Private_IonBinaryWriterBuilder bwb, IonReaderBuilder rb)
public static boolean isLiteSystem(IonSystem system)
public static byte[] reverseEncode(int initialSize,
SymbolTable symtab)