Package com.amazon.ion.impl
Class _Private_IonReaderFactory
java.lang.Object
com.amazon.ion.impl._Private_IonReaderFactory
NOT FOR APPLICATION USE!
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final IonReadermakeReader(IonCatalog catalog, IonValue value, _Private_LocalSymbolTableFactory lstFactory) static final IonReadermakeReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len) static final IonReadermakeReaderBinary(IonReaderBuilder builder, InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen) static final IonReadermakeReaderText(IonCatalog catalog, byte[] bytes, int offset, int length, _Private_LocalSymbolTableFactory lstFactory) static final IonReadermakeReaderText(IonCatalog catalog, InputStream is, _Private_LocalSymbolTableFactory lstFactory) static final IonTextReadermakeReaderText(IonCatalog catalog, Reader chars, _Private_LocalSymbolTableFactory lstFactory) static final IonTextReadermakeReaderText(IonCatalog catalog, CharSequence chars, _Private_LocalSymbolTableFactory lstFactory) static IonReadermakeSystemReader(byte[] bytes) static IonReadermakeSystemReader(byte[] bytes, int offset, int length) static final IonReadermakeSystemReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len) static final IonReadermakeSystemReaderBinary(IonReaderBuilder builder, InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen) static final IonReadermakeSystemReaderText(IonSystem system, IonValue value) static IonReaderstatic final IonReadermakeSystemReaderText(Reader chars) static final IonReadermakeSystemReaderText(CharSequence chars)
-
Constructor Details
-
_Private_IonReaderFactory
public _Private_IonReaderFactory()
-
-
Method Details
-
makeSystemReader
-
makeReaderText
public static final IonReader makeReaderText(IonCatalog catalog, byte[] bytes, int offset, int length, _Private_LocalSymbolTableFactory lstFactory) -
makeSystemReader
-
makeReaderText
public static final IonTextReader makeReaderText(IonCatalog catalog, CharSequence chars, _Private_LocalSymbolTableFactory lstFactory) -
makeSystemReaderText
-
makeReaderText
public static final IonReader makeReaderText(IonCatalog catalog, InputStream is, _Private_LocalSymbolTableFactory lstFactory) -
makeSystemReaderText
-
makeReaderText
public static final IonTextReader makeReaderText(IonCatalog catalog, Reader chars, _Private_LocalSymbolTableFactory lstFactory) -
makeSystemReaderText
-
makeReader
public static final IonReader makeReader(IonCatalog catalog, IonValue value, _Private_LocalSymbolTableFactory lstFactory) -
makeSystemReaderText
-
makeReaderBinary
public static final IonReader makeReaderBinary(IonReaderBuilder builder, InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen) -
makeSystemReaderBinary
public static final IonReader makeSystemReaderBinary(IonReaderBuilder builder, InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen) -
makeReaderBinary
public static final IonReader makeReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len) -
makeSystemReaderBinary
public static final IonReader makeSystemReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len)
-