|
||||||||||
| 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 java.io.OutputStream |
out
Deprecated. |
| Constructor Summary | |
|---|---|
ZOutputStream(java.io.OutputStream out)
Deprecated. |
|
ZOutputStream(java.io.OutputStream out,
int level)
Deprecated. |
|
ZOutputStream(java.io.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 java.io.OutputStream out
| Constructor Detail |
|---|
public ZOutputStream(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
public ZOutputStream(java.io.OutputStream out,
int level)
throws java.io.IOException
java.io.IOException
public ZOutputStream(java.io.OutputStream out,
int level,
boolean nowrap)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOException
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic int getFlushMode()
public void setFlushMode(int flush)
public void finish()
throws java.io.IOException
java.io.IOExceptionpublic void end()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FilterOutputStreamjava.io.IOExceptionpublic long getTotalIn()
public long getTotalOut()
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.FilterOutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||