Class ReadAllStream

java.lang.Object
java.io.InputStream
com.sun.xml.ws.util.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 Details

    • ReadAllStream

      public ReadAllStream()
  • Method Details