GZip Class
Visual Studio 2015
Provides methods for compressing/decompressing a byte array using the GZip algorithm.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compress(Byte[]) | Compresses a byte array using the GZip algorithm. |
![]() ![]() | Decompress(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.
Show:

