C# Class DotNetIO.StreamExtensions

Afficher le fichier Open project: DotNetIO/DotNetIO

Méthodes publiques

Méthode Description
CopyTo ( this stream, Stream destinationStream, uint bufSize = 4096 ) : long
Write ( this stream, byte bytes ) : void

Method Details

CopyTo() public static méthode

public static CopyTo ( this stream, Stream destinationStream, uint bufSize = 4096 ) : long
stream this
destinationStream System.IO.Stream
bufSize uint
Résultat long

Write() public static méthode

public static Write ( this stream, byte bytes ) : void
stream this
bytes byte
Résultat void