Processes data, in reverse, that is held in a stream and outputs it to another stream
Namespace: SharpZipLibCompressorAssembly: SharpZipLibCompressor (in SharpZipLibCompressor.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- inStream
- Type: System.IO Stream
An input stream containing data to be processed
- outStream
- Type: System.IO Stream
An output stream to which the processed data is written
- options
- Type: System.Collections.Generic Dictionary String, String
Options dictionary for serialisation/data processing
- writtenBytes
- Type: System Int64
The size of the data written to the output stream
See Also