public static void Compress( this Stream source, Stream destination, CompressionStrength strength, Action<ProcessProgress<long>> progressHandler )
<ExtensionAttribute> Public Shared Sub Compress ( source As Stream, destination As Stream, strength As CompressionStrength, progressHandler As Action(Of ProcessProgress(Of Long)) )
public: [ExtensionAttribute] static void Compress( Stream^ source, Stream^ destination, CompressionStrength strength, Action<ProcessProgress<long long>^>^ progressHandler )
[<ExtensionAttribute>] static member Compress : source : Stream * destination : Stream * strength : CompressionStrength * progressHandler : Action<ProcessProgress<int64>> -> unit
GSF.IO.Compression.CompressionExtensions.Compress = function(source, destination, strength, progressHandler);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.