|
CompressionExtensionsCompress(Stream, CompressionStrength) Method
|
Compress a stream using specified compression strength.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
Remarks
This returns a memory stream of the compressed results, if the incoming stream is
very large this will consume a large amount memory. In this case use the overload
that takes the destination stream as a parameter instead.
See Also