|
PatternCompressorCompress(Byte, Int32, Int32) Method
|
Compresses length bytes of data in the given buffer, starting at offset.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax member Compress :
buffer : byte[] *
offset : int *
length : int -> int
function Compress(buffer, offset, length);
View SourceParameters
- buffer Byte
- The buffer to be compressed.
- offset Int32
- The amount of data to ignore at the start of the buffer.
- length Int32
- The amount of data to be compressed. Must be a multiple of four.
Return Value
Int32The size, in bytes, of the compressed value.
Exceptions See Also