DeflaterOutputStream

Undocumented in source.

Constructors

this
this(java.io.OutputStream.OutputStream ostr)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
deflate
void deflate()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b, ptrdiff_t off, ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
byte[] buf;
Undocumented in source.

Meta