Click or drag to resize

StreamToolsWrite Method (Stream, Int64, Int64, Stream, Int32, Double, Int32)

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static double Write(
	Stream inputStream,
	long inputStart,
	long inputLength,
	Stream destinationStream,
	int writeBufferSize,
	double timeoutMSPerKBWrite,
	int minTimeoutMS
)

Parameters

inputStream
Type: System.IOStream
inputStart
Type: SystemInt64
inputLength
Type: SystemInt64
destinationStream
Type: System.IOStream
writeBufferSize
Type: SystemInt32
timeoutMSPerKBWrite
Type: SystemDouble
minTimeoutMS
Type: SystemInt32

Return Value

Type: Double
See Also