Keyoti RapidSpell WPF API Docs
CompressBuffer Method (b)
APIKeyoti.RapidSpell.Compression.WpfGZipStreamCompressBuffer(array<Byte>[]()[][])
Keyoti RapidSpell WPF
Compress a byte array into a new byte array using GZip.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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[] 
Parameters
b (array<Byte>[]()[][])
A buffer to compress.
Return Value
array<Byte>[]()[][]
The data in compressed form
Remarks
See Also

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214