Package com.amazon.ion.impl
Interface _Private_IncrementalReader
-
public interface _Private_IncrementalReaderInterface to be implemented by all incremental IonReaders. SeeIonReaderBuilder.withIncrementalReadingEnabled(boolean).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrequireCompleteValue()Requires that the reader not currently be buffering an incomplete value.
-
-
-
Method Detail
-
requireCompleteValue
void requireCompleteValue()
Requires that the reader not currently be buffering an incomplete value.- Throws:
IonException- if the reader is buffering an incomplete value.
-
-