Click or drag to resize

FileCompressor Methods

The FileCompressor type exposes the following members.

Methods
  Name Description
Public method Static member Compress(String, String) Compress a file using default compression strength (not PKZip compatible...)
Public method Static member Compress(String, String, CompressionStrength) Compress a file using specified compression strength (not PKZip compatible...)
Public method Static member Compress(String, String, CompressionStrength, ActionProcessProgressInt64) Compress a file using specified compression strength (not PKZip compatible...)
Public method Static member Decompress(String, String) Uncompress a file compressed with CompressFile (not PKZip compatible...)
Public method Static member Decompress(String, String, ActionProcessProgressInt64) Uncompress a file compressed with CompressFile given progress event handler (not PKZip compatible...)
Top
See Also