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 SummaryFieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.protected DeflaterDeprecated.protected intDeprecated.protected InflaterInputStreamDeprecated.protected InputStreamDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.ZInputStream(InputStream in, boolean nowrap) Deprecated.ZInputStream(InputStream in, int level) Deprecated.
- 
Method SummaryModifier 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.FilterInputStreamavailable, mark, markSupported, read, resetMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Field Details- 
flushprotected int flushDeprecated.
- 
compressprotected boolean compressDeprecated.
- 
inDeprecated.
- 
deflaterDeprecated.
- 
iisDeprecated.
 
- 
- 
Constructor Details- 
ZInputStreamDeprecated.- Throws:
- IOException
 
- 
ZInputStreamDeprecated.- Throws:
- IOException
 
- 
ZInputStreamDeprecated.- Throws:
- IOException
 
 
- 
- 
Method Details- 
readDeprecated.- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
- 
readDeprecated.- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
- 
skipDeprecated.- Overrides:
- skipin class- FilterInputStream
- Throws:
- IOException
 
- 
getFlushModepublic int getFlushMode()Deprecated.
- 
setFlushModepublic void setFlushMode(int flush) Deprecated.
- 
getTotalInpublic long getTotalIn()Deprecated.
- 
getTotalOutpublic long getTotalOut()Deprecated.
- 
closeDeprecated.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FilterInputStream
- Throws:
- IOException
 
 
-