|
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.306-beta+82aa204adb806e6cc8bead4a5ccda6bfcec633d7
Syntaxmember 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