Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Copie le contenu d'un flux vers le fichier spécifié, en utilisant un buffer de la taille spécifiée.
Espace de nom : Developpez.Dotnet.IOAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static int CopyToFile( this Stream fromStream, string path, int bufferSize ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function CopyToFile ( _ fromStream As Stream, _ path As String, _ bufferSize As Integer _ ) As Integer |
Visual C++ |
---|
public: [ExtensionAttribute] static int CopyToFile( Stream^ fromStream, String^ path, int bufferSize ) |
Paramètres
- fromStream
- Type: System.IO..::..Stream
le flux d'origine
- path
- Type: System..::..String
le chemin du fichier de destination
- bufferSize
- Type: System..::..Int32
taille du buffer