|
|||||||
PREV NEXT | FRAMES NO FRAMES |
ZStream.next_in
.
ZInputStream.read()
.
ZOutputStream.write(int)
.
ZInputStream.buf
.
deflate
compresses as much data as possible, and stops when the
input buffer becomes empty or the output buffer becomes full.
ZOutputStream.write(int)
.
inflate
decompresses as much data as possible, and stops when
the input buffer becomes empty or the output buffer becomes full.
ZStream.deflate(int)
with
Z_FULL_FLUSH
) can be found, or until all
available input is skipped.
ZStream.next_in
.
ZStream.next_out_index
.
ZStream.deflateInit(int)
.
ZStream.deflateInit(int)
.
ZStream.deflateInit(int)
.
ZStream.deflateInit(int)
.
ZStream
.ZStream
.ZInputStream
and ZOutputStream
if something did go wrong during compressing or decompressing.
|
|||||||
PREV NEXT | FRAMES NO FRAMES |