C# Class Bari.Core.Generic.StreamOperations

Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( Stream source, Stream target ) : void

Copies a stream to another one

Method Details

Copy() public static méthode

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