Class AutoReleasingInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.abdera.protocol.client.util.AutoReleasingInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public final class AutoReleasingInputStream extends FilterInputStream
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AutoReleasingInputStream(org.apache.commons.httpclient.HttpMethod method, InputStream in)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intread()Deprecated.intread(byte[] b, int off, int len)Deprecated.-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
Constructor Detail
-
AutoReleasingInputStream
public AutoReleasingInputStream(org.apache.commons.httpclient.HttpMethod method, InputStream in)Deprecated.
-
-
Method Detail
-
read
public int read() throws IOExceptionDeprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
public int read(byte[] b, int off, int len) throws IOExceptionDeprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
-