Skip to content
Andrew Lambert edited this page Nov 27, 2016 · 33 revisions

zlib.ZStream

##Class Declaration

 Public Class ZStream
 Implements zlib.CompressedStream

##Notes This represents a deflate stream. Each instance may be used either for reading(decompression), writing(compression), or both. Depending on the initialization options this class can read/write streams compressed using DEFLATE(with or without header/footer) or GZIP.

##Methods

##Properties

##Shared Methods

##See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally