java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.objectweb.telosys.upload.PartInputStream
A PartInputStream filters a ServletInputStream
Field Summary |
Fields inherited from class java.io.FilterInputStream |
in |
Method Summary | |
int |
available()
Returns the number of bytes that can be read from this input stream |
void |
close()
Closes this input stream and releases any system resources associated |
int |
read()
Read method |
int |
read(byte[] b)
Read method |
int |
read(byte[] b,
int off,
int len)
Read method |
Methods inherited from class java.io.FilterInputStream |
mark, markSupported, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int read() throws java.io.IOException
java.io.IOException
public int read(byte[] b) throws java.io.IOException
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public int available() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException