Class ReadAllStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ReadAllStream
    extends InputStream
    Reads a input stream completely and creates a new stream by keeping some data in memory and the rest on the file system.
    Author:
    Jitendra Kotamraju
    • Constructor Detail

      • ReadAllStream

        public ReadAllStream()