Click or drag to resize

Utils_FileCopyStream Method

Copies a stream to another stream.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void CopyStream(
	Stream inputStream,
	Stream outputStream
)

Parameters

inputStream
Type: System.IOStream
outputStream
Type: System.IOStream
See Also