public class ServletInputStreamImpl extends ServletInputStream
Constructor and Description |
---|
ServletInputStreamImpl() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
free() |
void |
init(java.io.InputStream is) |
int |
read()
Reads a byte from the input stream.
|
int |
read(byte[] buf,
int offset,
int len) |
long |
skip(long n) |
java.lang.String |
toString() |
readLine
public void init(java.io.InputStream is)
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buf, int offset, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public void free()
public java.lang.String toString()
toString
in class java.lang.Object