Interface DecoderBasedReader.Decoder<T>

    • Method Detail

      • decodeNext

        T decodeNext()
              throws IOException
        Returns:
        The next record that decoded from the opened input stream, or null if no more available.
        Throws:
        IOException
      • close

        void close()
            throws IOException
        Closes the open resources. The decoder is responsible to close the input stream.
        Throws:
        IOException