SIFWorks ADK 2.0
CopyStream Method (inSource, inDestination)
NamespacesEdustructures.UtilStreamsCopyStream(Stream, Stream)

[This is preliminary documentation and is subject to change.]

Copies a stream
Declaration Syntax
C#Visual BasicVisual C++
public static void CopyStream(
	Stream inSource,
	Stream inDestination
)
Public Shared Sub CopyStream ( _
	inSource As Stream, _
	inDestination As Stream _
)
public:
static void CopyStream (
	Stream^ inSource, 
	Stream^ inDestination
)
Parameters
inSource (Stream)
inDestination (Stream)
Remarks
If the source stream supports seeking, it is rewound before reading and rewound again after copying. If the destination stream supports seeking, it is rewound after the copy

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10