GZip Class

Definition

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.

Applies to