C# Class Hpdi.Vss2Git.StreamCopier

Copies the contents of one stream to another.
Afficher le fichier Open project: abevoelker/vss2git

Méthodes publiques

Méthode Description
Copy ( Stream inputStream, Stream outputStream ) : long
StreamCopier ( ) : System.IO
StreamCopier ( int bufferSize ) : System.IO

Method Details

Copy() public méthode

public Copy ( Stream inputStream, Stream outputStream ) : long
inputStream System.IO.Stream
outputStream System.IO.Stream
Résultat long

StreamCopier() public méthode

public StreamCopier ( ) : System.IO
Résultat System.IO

StreamCopier() public méthode

public StreamCopier ( int bufferSize ) : System.IO
bufferSize int
Résultat System.IO