Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » filesystem » [javadoc | source]
org.apache.poi.poifs.filesystem
public class: SlowInputStream [javadoc | source]
java.lang.Object
   java.io.InputStream
      java.io.FilterInputStream
         org.apache.poi.poifs.filesystem.SlowInputStream

All Implemented Interfaces:
    Closeable

Returns a random amount of requested data. Used to check conformance with InputStream API contracts.
Constructor:
 public SlowInputStream(InputStream in) 
Method from org.apache.poi.poifs.filesystem.SlowInputStream Summary:
read
Methods from java.io.FilterInputStream:
available,   close,   mark,   markSupported,   read,   read,   read,   reset,   skip
Methods from java.io.InputStream:
available,   close,   mark,   markSupported,   read,   read,   read,   reset,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.poifs.filesystem.SlowInputStream Detail:
 public int read(byte[] b,
    int off,
    int len) throws IOException