C# Class Bari.Core.Generic.StreamOperations

Datei anzeigen Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
Copy ( Stream source, Stream target ) : void

Copies a stream to another one

Method Details

Copy() public static method

Copies a stream to another one
public static Copy ( Stream source, Stream target ) : void
source Stream Source stream
target Stream Target stream
return void