GZip Class

Visual Studio 2015
 

Provides methods for compressing/decompressing a byte array using the GZip algorithm.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.Utilities.GZip

public static class GZip

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompress(Byte[])

Compresses a byte array using the GZip algorithm.

System_CAPS_pubmethodSystem_CAPS_staticDecompress(Byte[], Int32)

Decompresses a byte array that was compressed using the GZip algorithm. /// </summary> /// <param name="data">.</param> /// <param name="bufferSize"> </param> /// <returns> </returns>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: