Interface ChainedInputStream.Provider

  • Enclosing class:
    ChainedInputStream

    public static interface ChainedInputStream.Provider
    Provider for next input stream of a chained stream.
    • Method Detail

      • next

        java.io.InputStream next()
                          throws java.io.IOException
        Returns:
        Next input stream, null to cause EOF on the chained stream.
        Throws:
        java.io.IOException - On read error.