Ninja Database Lite
CopyStream Method (IStorage)



KellermanSoftware.NinjaDatabaseLite Namespace > IStorage Interface : CopyStream Method
Copy a stream to another stream
Syntax
Sub CopyStream( _
   ByVal input As IStorageStream, _
   ByVal output As IStorageStream _
) 
Dim instance As IStorage
Dim input As IStorageStream
Dim output As IStorageStream
 
instance.CopyStream(input, output)
void CopyStream( 
   IStorageStream input,
   IStorageStream output
)
void CopyStream( 
   IStorageStream^ input,
   IStorageStream^ output
) 

Parameters

input
output
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStorage Interface
IStorage Members