public class HttpInputStream
extends java.io.InputStream
Constructor and Description |
---|
HttpInputStream(com.ibm.wsspi.http.channel.inbound.HttpInboundServiceContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
boolean |
isClosed()
Query whether this stream has been closed already or not.
|
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] output) |
int |
read(byte[] output,
int offset,
int length) |
void |
reset() |
long |
skip(long target) |
java.lang.String |
toString() |
@Deprecated public HttpInputStream(com.ibm.wsspi.http.channel.inbound.HttpInboundServiceContext context)
context
- public java.lang.String toString()
toString
in class java.lang.Object
public int available() throws java.io.IOException
available
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 final boolean isClosed()
public void mark(int readlimit)
mark
in class java.io.InputStream
public boolean markSupported()
markSupported
in class java.io.InputStream
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] output, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] output) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public long skip(long target) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException