Click or drag to resize

ZipUtils Methods

The ZipUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateCompatibleZipOutputStream
Creates a ZIP stream with the 64bit flag disabled. This ensures compatibility with Windows XP.
Public methodStatic memberUnzipBytes
Uncompresses a byte array using the GZip algorithm.
Public methodStatic memberZipBytes
Compresses a byte array using the GZip algorithm.
Top
See Also