Click or drag to resize

DataProcessorReverseProcessDataStream Method

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract void ReverseProcessDataStream(
	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