public final class _Private_IonReaderFactory
extends java.lang.Object
| Constructor and Description |
|---|
_Private_IonReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IonReader |
makeReader(IonCatalog catalog,
IonValue value,
_Private_LocalSymbolTableFactory lstFactory) |
static IonReader |
makeReaderBinary(IonReaderBuilder builder,
byte[] buffer,
int off,
int len) |
static IonReader |
makeReaderBinary(IonReaderBuilder builder,
java.io.InputStream is,
byte[] alreadyRead,
int alreadyReadOff,
int alreadyReadLen) |
static IonReader |
makeReaderText(IonCatalog catalog,
byte[] bytes,
int offset,
int length,
_Private_LocalSymbolTableFactory lstFactory) |
static IonTextReader |
makeReaderText(IonCatalog catalog,
java.lang.CharSequence chars,
_Private_LocalSymbolTableFactory lstFactory) |
static IonReader |
makeReaderText(IonCatalog catalog,
java.io.InputStream is,
_Private_LocalSymbolTableFactory lstFactory) |
static IonTextReader |
makeReaderText(IonCatalog catalog,
java.io.Reader chars,
_Private_LocalSymbolTableFactory lstFactory) |
static IonReader |
makeSystemReader(byte[] bytes) |
static IonReader |
makeSystemReader(byte[] bytes,
int offset,
int length) |
static IonReader |
makeSystemReaderBinary(IonReaderBuilder builder,
byte[] buffer,
int off,
int len) |
static IonReader |
makeSystemReaderBinary(IonReaderBuilder builder,
java.io.InputStream is,
byte[] alreadyRead,
int alreadyReadOff,
int alreadyReadLen) |
static IonReader |
makeSystemReaderText(java.lang.CharSequence chars) |
static IonReader |
makeSystemReaderText(java.io.InputStream is) |
static IonReader |
makeSystemReaderText(IonSystem system,
IonValue value) |
static IonReader |
makeSystemReaderText(java.io.Reader chars) |
public static IonReader makeSystemReader(byte[] bytes)
public static final IonReader makeReaderText(IonCatalog catalog, byte[] bytes, int offset, int length, _Private_LocalSymbolTableFactory lstFactory)
public static IonReader makeSystemReader(byte[] bytes, int offset, int length)
public static final IonTextReader makeReaderText(IonCatalog catalog, java.lang.CharSequence chars, _Private_LocalSymbolTableFactory lstFactory)
public static final IonReader makeSystemReaderText(java.lang.CharSequence chars)
public static final IonReader makeReaderText(IonCatalog catalog, java.io.InputStream is, _Private_LocalSymbolTableFactory lstFactory)
public static IonReader makeSystemReaderText(java.io.InputStream is)
public static final IonTextReader makeReaderText(IonCatalog catalog, java.io.Reader chars, _Private_LocalSymbolTableFactory lstFactory)
public static final IonReader makeSystemReaderText(java.io.Reader chars)
public static final IonReader makeReader(IonCatalog catalog, IonValue value, _Private_LocalSymbolTableFactory lstFactory)
public static final IonReader makeSystemReaderText(IonSystem system, IonValue value)
public static final IonReader makeReaderBinary(IonReaderBuilder builder, java.io.InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen)
public static final IonReader makeSystemReaderBinary(IonReaderBuilder builder, java.io.InputStream is, byte[] alreadyRead, int alreadyReadOff, int alreadyReadLen)
public static final IonReader makeReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len)
public static final IonReader makeSystemReaderBinary(IonReaderBuilder builder, byte[] buffer, int off, int len)