Class GZipHelper
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Provides a method for compressing files using the Gzip stream.
public static class GZipHelper
- Inheritance
-
GZipHelper
- Inherited Members
Methods
Compress(string)
Compresses a file using standard zlib compression. A "z" is added to the extension for the compressed file.
public static void Compress(string source)
Parameters
sourcestringThe source.