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 ref class GZip abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompress(array<Byte>^)

Compresses a byte array using the GZip algorithm.

System_CAPS_pubmethodSystem_CAPS_staticDecompress(array<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: