Package com.amazon.ion.impl.lite
Class _Private_LiteDomTrampoline
- java.lang.Object
-
- com.amazon.ion.impl.lite._Private_LiteDomTrampoline
-
public final class _Private_LiteDomTrampoline extends java.lang.ObjectNOT FOR APPLICATION USE!Isolates private APIs that are needed from other packages in this library. The leading _ reduces the chance of somebody finding this via autocomplete.
-
-
Constructor Summary
Constructors Constructor Description _Private_LiteDomTrampoline()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisLiteSystem(IonSystem system)static IonSystemnewLiteSystem(IonTextWriterBuilder twb, _Private_IonBinaryWriterBuilder bwb, IonReaderBuilder rb)static byte[]reverseEncode(int initialSize, SymbolTable symtab)
-
-
-
Method Detail
-
newLiteSystem
public static IonSystem newLiteSystem(IonTextWriterBuilder twb, _Private_IonBinaryWriterBuilder bwb, IonReaderBuilder rb)
-
isLiteSystem
public static boolean isLiteSystem(IonSystem system)
-
reverseEncode
public static byte[] reverseEncode(int initialSize, SymbolTable symtab)
-
-