Package com.amazon.ion.impl
Interface _Private_IncrementalReader
public interface _Private_IncrementalReader
Interface to be implemented by all incremental IonReaders. See
IonReaderBuilder.withIncrementalReadingEnabled(boolean).-
Method Summary
Modifier and TypeMethodDescriptionvoidRequires that the reader not currently be buffering an incomplete value.
-
Method Details
-
requireCompleteValue
void requireCompleteValue()Requires that the reader not currently be buffering an incomplete value.- Throws:
IonException- if the reader is buffering an incomplete value.
-