LZMACompressor.ForwardProcessDataStream Method |
Namespace:
NetworkCommsDotNet.DPSBase.SevenZipLZMACompressor
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic override void ForwardProcessDataStream(
Stream inStream,
Stream outStream,
Dictionary<string, string> options,
out long writtenBytes
)
Parameters
- inStream
- Type: System.IO.Stream
- outStream
- Type: System.IO.Stream
- options
- Type: System.Collections.Generic.Dictionary<String, String>
- writtenBytes
- Type: System.Int64
See Also