|
||||||||
PREV NEXT | FRAMES NO FRAMES |
zlib
streams).close()
method checks that the logical
end-of-stream has been reached; the checksum is verified if
this has not already been done.
MEDIUM
level, 15-bit window).
SPEED
, MEDIUM
or
COMPACT
).
SPEED
, MEDIUM
or
COMPACT
) and the provided window size.
Z_PARTIAL_FLUSH
.
Z_SYNC_FLUSH
.
DEFLATE
).
hasDictionary()
to
know if a dictionary ID was supplied in the stream).
gzip
stream headers.gzip
format, as documented in RFC 1952.gzip
format, as specified in RFC 1952.Inflater
instance handles the transformation of
compressed data bytes, read from a user-specified stream, into the
corresponding uncompressed data bytes.JGZException
is thrown when uncompressing some
data bytes which turn out to violate the expected format in any
way.zlib
format (RFC 1950).zlib
format (RFC 1950).
|
||||||||
PREV NEXT | FRAMES NO FRAMES |