|   | File | 
The FileCompressor type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|     | Compress(String, String) | Compress a file using default compression strength (not PKZip compatible...) | 
|     | Compress(String, String, CompressionStrength) | Compress a file using specified compression strength (not PKZip compatible...) | 
|     | Compress(String, String, CompressionStrength, ActionProcessProgressInt64) | Compress a file using specified compression strength (not PKZip compatible...) | 
|     | Decompress(String, String) | Uncompress a file compressed with CompressFile (not PKZip compatible...) | 
|     | Decompress(String, String, ActionProcessProgressInt64) | Uncompress a file compressed with CompressFile given progress event handler (not PKZip compatible...) | 
 See Also
See Also