Package com.jcraft.jzlib
Class ZOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.jcraft.jzlib.ZOutputStream
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
Deprecated.
use DeflaterOutputStream or InflaterInputStream
ZOutputStream
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.ZOutputStream(OutputStream out, int level) Deprecated.ZOutputStream(OutputStream out, int level, boolean nowrap) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Deprecated.voidend()Deprecated.voidfinish()Deprecated.voidflush()Deprecated.intDeprecated.longDeprecated.longDeprecated.voidsetFlushMode(int flush) Deprecated.voidwrite(byte[] b, int off, int len) Deprecated.voidwrite(int b) Deprecated.Methods inherited from class java.io.FilterOutputStreamwriteMethods inherited from class java.io.OutputStreamnullOutputStream
- 
Field Details- 
bufsizeprotected int bufsizeDeprecated.
- 
flushprotected int flushDeprecated.
- 
bufprotected byte[] bufDeprecated.
- 
compressprotected boolean compressDeprecated.
- 
outDeprecated.
 
- 
- 
Constructor Details- 
ZOutputStreamDeprecated.- Throws:
- IOException
 
- 
ZOutputStreamDeprecated.- Throws:
- IOException
 
- 
ZOutputStreamDeprecated.- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeDeprecated.- Overrides:
- writein class- FilterOutputStream
- Throws:
- IOException
 
- 
writeDeprecated.- Overrides:
- writein class- FilterOutputStream
- Throws:
- IOException
 
- 
getFlushModepublic int getFlushMode()Deprecated.
- 
setFlushModepublic void setFlushMode(int flush) Deprecated.
- 
finishDeprecated.- Throws:
- IOException
 
- 
endpublic void end()Deprecated.
- 
closeDeprecated.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FilterOutputStream
- Throws:
- IOException
 
- 
getTotalInpublic long getTotalIn()Deprecated.
- 
getTotalOutpublic long getTotalOut()Deprecated.
- 
flushDeprecated.- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- FilterOutputStream
- Throws:
- IOException
 
 
-