QuickLZForwardProcessDataStream Method |
Namespace:
QuickLZCompressor
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.IOStream
- outStream
- Type: System.IOStream
- options
- Type: System.Collections.GenericDictionaryString, String
- writtenBytes
- Type: SystemInt64
See Also