C# Class DotNetIO.StreamExtensions

Datei anzeigen Open project: DotNetIO/DotNetIO

Public Methods

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

Method Details

CopyTo() public static method

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

Write() public static method

public static Write ( this stream, byte bytes ) : void
stream this
bytes byte
return void