GZip Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compress(array<Byte>^) | Compresses a byte array using the GZip algorithm. |
![]() ![]() | Decompress(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> |
Show:

