|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.jcraft.jzlib.ZOutputStream
@Deprecated public class ZOutputStream
ZOutputStream
Field Summary | |
---|---|
protected byte[] |
buf
Deprecated. |
protected int |
bufsize
Deprecated. |
protected boolean |
compress
Deprecated. |
protected int |
flush
Deprecated. |
protected OutputStream |
out
Deprecated. |
Constructor Summary | |
---|---|
ZOutputStream(OutputStream out)
Deprecated. |
|
ZOutputStream(OutputStream out,
int level)
Deprecated. |
|
ZOutputStream(OutputStream out,
int level,
boolean nowrap)
Deprecated. |
Method Summary | |
---|---|
void |
close()
Deprecated. |
void |
end()
Deprecated. |
void |
finish()
Deprecated. |
void |
flush()
Deprecated. |
int |
getFlushMode()
Deprecated. |
long |
getTotalIn()
Deprecated. |
long |
getTotalOut()
Deprecated. |
void |
setFlushMode(int flush)
Deprecated. |
void |
write(byte[] b,
int off,
int len)
Deprecated. |
void |
write(int b)
Deprecated. |
Methods inherited from class java.io.FilterOutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int bufsize
protected int flush
protected byte[] buf
protected boolean compress
protected OutputStream out
Constructor Detail |
---|
public ZOutputStream(OutputStream out) throws IOException
IOException
public ZOutputStream(OutputStream out, int level) throws IOException
IOException
public ZOutputStream(OutputStream out, int level, boolean nowrap) throws IOException
IOException
Method Detail |
---|
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public int getFlushMode()
public void setFlushMode(int flush)
public void finish() throws IOException
IOException
public void end()
public void close() throws IOException
close
in interface Closeable
close
in class FilterOutputStream
IOException
public long getTotalIn()
public long getTotalOut()
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |