'Declaration Public Overloads Shared Shadows Function Compress( _ ByVal buffer() As Byte _ ) As Byte()
'Usage Dim buffer() As Byte Dim value() As Byte value = XceedCompressedStreamEx.Compress(buffer)
Parameters
- buffer
- The array of bytes to compress.
Return Value
An array of bytes containing the compressed data.