C# Class Bombsquad.DynamicMedia.Util.StreamExtensions

Afficher le fichier Open project: bmbsqd/dynamic-media

Méthodes publiques

Méthode Description
CopyTo ( this source, Stream target, long offset, long length, int bufferSize = 4096 ) : void

Method Details

CopyTo() public static méthode

public static CopyTo ( this source, Stream target, long offset, long length, int bufferSize = 4096 ) : void
source this
target Stream
offset long
length long
bufferSize int
Résultat void