Class LazyDecompressingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
Deprecated.
Lazy initializes from an
InputStream wrapper.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InputStreamFactoryDeprecated.private InputStreamDeprecated.Fields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionLazyDecompressingInputStream(InputStream wrappedStream, InputStreamFactory inputStreamFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.voidclose()Deprecated.private InputStreamDeprecated.voidmark(int readlimit) Deprecated.booleanDeprecated.intread()Deprecated.intread(byte[] b) Deprecated.intread(byte[] b, int off, int len) Deprecated.voidreset()Deprecated.longskip(long n) Deprecated.Methods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
inputStreamFactory
Deprecated. -
wrapperStream
Deprecated.
-
-
Constructor Details
-
LazyDecompressingInputStream
public LazyDecompressingInputStream(InputStream wrappedStream, InputStreamFactory inputStreamFactory) Deprecated.
-
-
Method Details
-
initWrapper
-
read
Deprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
skip
Deprecated.- Overrides:
skipin classFilterInputStream- Throws:
IOException
-
markSupported
-
available
Deprecated.- Overrides:
availablein classFilterInputStream- Throws:
IOException
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
mark
-
reset
Deprecated.- Overrides:
resetin classFilterInputStream- Throws:
IOException
-
DecompressingEntity.