Keyoti RapidSpell Silverlight API Docs
CompressBuffer Method (b)
APIKeyoti.RapidSpell.CompressionGZipStreamCompressBuffer(array<Byte>[]()[][])
Keyoti RapidSpell Silverlight
Compress a byte array into a new byte array using GZip.
Declaration Syntax
C#Visual BasicVisual C++F#
public static byte[] CompressBuffer(
	byte[] b
)
Public Shared Function CompressBuffer ( 
	b As Byte()
) As Byte()
public:
static array<unsigned char>^ CompressBuffer(
	array<unsigned char>^ b
)
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)