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