Click or drag to resize

FileCompressor Class

Performs basic compression and decompression on a file.
Inheritance Hierarchy
SystemObject
  GSF.IO.CompressionFileCompressor

Namespace: GSF.IO.Compression
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class FileCompressor
View Source

The FileCompressor type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCompress(String, String) Compress a file using default compression strength (not PKZip compatible...)
Public methodStatic memberCompress(String, String, CompressionStrength) Compress a file using specified compression strength (not PKZip compatible...)
Public methodStatic memberCompress(String, String, CompressionStrength, ActionProcessProgressInt64) Compress a file using specified compression strength (not PKZip compatible...)
Public methodStatic memberDecompress(String, String) Uncompress a file compressed with CompressFile (not PKZip compatible...)
Public methodStatic memberDecompress(String, String, ActionProcessProgressInt64) Uncompress a file compressed with CompressFile given progress event handler (not PKZip compatible...)
Top
See Also