Compress a byte array into a new byte array using DEFLATE.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static byte[] CompressBuffer( byte[] b )
public static byte[] CompressBuffer( byte[] b )
Public Shared Function CompressBuffer ( b As Byte() ) As Byte()
Public Shared Function CompressBuffer ( b As Byte() ) As Byte()
public: static array<unsigned char>^ CompressBuffer( array<unsigned char>^ b )
public: static array<unsigned char>^ CompressBuffer( array<unsigned char>^ b )
static member CompressBuffer : b : byte[] -> byte[]
static member CompressBuffer : b : byte[] -> byte[]

- b (array<Byte>[]()[][])
- A buffer to compress.


Uncompress it with UncompressBuffer(array<Byte>[]()[][]).

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412