GZip Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Methods for compressing / decompressing a byte array using the GZip algorithm.
public ref class GZip abstract sealed
public ref class GZip abstract sealed
class GZip abstract sealed
public static class GZip
type GZip = class
Public Class GZip
- Inheritance
-
GZip
Methods
Compress(Byte[]) |
Compress a byte array using the GZip algorithm. |
Decompress(Byte[], Int32) |
Decompress a byte array that was compressed using the GZip algorithm. |