For a list of all members of this type, see Compression members.
Name | Description | |
---|---|---|
![]() | Compress | Overloaded. Compresses the specified bytes. |
![]() | CompressToByte | Compresses to byte. |
![]() | DeCompress | Overloaded. Decompress string. |
![]() ![]() | ExtractZip | Extracts all Zip Archive entries into the target folder. |
![]() | InputStream | Overloaded. Creates a decompression stream based on the given input stream.
After disposing this System.IO.Stream an underling System.IO.Stream remains open. |
![]() | OutputStream | Overloaded. Creates a compression stream based on the given output stream.
After disposing this System.IO.Stream an underling System.IO.Stream remains open. |
![]() ![]() | UnzipEntireArchive | Overloaded. Unzip the entire archive into a dictionary[FileName,FileContents] |
![]() ![]() | ZipArchiveCreate | Creates a new zip archive. |
![]() ![]() | ZipArchiveRead | Reads an existing zip archive. |
![]() ![]() | ZipArchiveUpdate | Updates an existing zip archive. |