Package com.jcraft.jzlib
Class ZInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.jcraft.jzlib.ZInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
use DeflaterOutputStream or InflaterInputStream
ZInputStream
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.protected DeflaterDeprecated.protected intDeprecated.protected InflaterInputStreamDeprecated.protected InputStreamDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ZInputStream(InputStream in, boolean nowrap) Deprecated.ZInputStream(InputStream in, int level) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.intDeprecated.longDeprecated.longDeprecated.intread()Deprecated.intread(byte[] b, int off, int len) Deprecated.voidsetFlushMode(int flush) Deprecated.longskip(long n) Deprecated.Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, resetMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
flush
protected int flushDeprecated. -
compress
protected boolean compressDeprecated. -
in
Deprecated. -
deflater
Deprecated. -
iis
Deprecated.
-
-
Constructor Details
-
ZInputStream
Deprecated.- Throws:
IOException
-
ZInputStream
Deprecated.- Throws:
IOException
-
ZInputStream
Deprecated.- Throws:
IOException
-
-
Method Details
-
read
Deprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
skip
Deprecated.- Overrides:
skipin classFilterInputStream- Throws:
IOException
-
getFlushMode
public int getFlushMode()Deprecated. -
setFlushMode
public void setFlushMode(int flush) Deprecated. -
getTotalIn
public long getTotalIn()Deprecated. -
getTotalOut
public long getTotalOut()Deprecated. -
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-