SharpZipLibGzipCompressor ForwardProcessDataStream Method NetworkComms.Net Help
Processes data held in a stream and outputs it to another stream

Namespace: SharpZipLibCompressor
Assembly: SharpZipLibCompressor (in SharpZipLibCompressor.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public override void ForwardProcessDataStream(
	Stream inStream,
	Stream outStream,
	Dictionary<string, string> options,
	out long writtenBytes
)

Parameters

inStream
Type: OnlineSystem.IO Stream
An input stream containing data to be processed
outStream
Type: OnlineSystem.IO Stream
An output stream to which the processed data is written
options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Options dictionary for serialisation/data processing
writtenBytes
Type: OnlineSystem Int64 
The size of the data written to the output stream
See Also