All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazon.ion.impl._Private_IncrementalReader Maven / Gradle / Ivy

There is a newer version: 1.11.9
Show newest version
package com.amazon.ion.impl;

/**
 * Interface to be implemented by all incremental IonReaders. See
 * {@link com.amazon.ion.system.IonReaderBuilder#withIncrementalReadingEnabled(boolean)}.
 */
public interface _Private_IncrementalReader {

    /**
     * Requires that the reader not currently be buffering an incomplete value.
     * @throws com.amazon.ion.IonException if the reader is buffering an incomplete value.
     */
    void requireCompleteValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy