Interface _Private_IncrementalReader


public interface _Private_IncrementalReader
Interface to be implemented by all incremental IonReaders. See IonReaderBuilder.withIncrementalReadingEnabled(boolean).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requires 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.