Package com.amazon.ion
Interface IonTextReader
-
@Deprecated public interface IonTextReader extends IonReader
Deprecated.UseTextSpaninstead.ExtendsIonReaderwith capabilites specialized to Ion text data streams.- See Also:
SpanProvider,TextSpan,Spans.currentSpan(Class, Object)
-
-
Method Summary
-
Methods inherited from interface com.amazon.ion.IonReader
bigDecimalValue, bigIntegerValue, booleanValue, byteSize, dateValue, decimalValue, doubleValue, getBytes, getDepth, getFieldId, getFieldName, getFieldNameSymbol, getIntegerSize, getSymbolTable, getType, getTypeAnnotations, getTypeAnnotationSymbols, hasNext, intValue, isInStruct, isNullValue, iterateTypeAnnotations, longValue, newBytes, next, stepIn, stepOut, stringValue, symbolValue, timestampValue
-
-