|
CompressionExtensionsDecompress(Stream) Method
|
Decompress a stream.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
Remarks
This returns a memory stream of the uncompressed 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