C# Class BlackHole.Common.Helpers.FileHelper

Afficher le fichier Open project: hussein-aitlahcen/BlackHole

Méthodes publiques

Méthode Description
SaveFile ( string directory, string name, byte raw ) : void

WriteDownloadedPart ( string directory, string fileName, long currentPart, byte rawData ) : void

Method Details

SaveFile() public static méthode

public static SaveFile ( string directory, string name, byte raw ) : void
directory string
name string
raw byte
Résultat void

WriteDownloadedPart() public static méthode

public static WriteDownloadedPart ( string directory, string fileName, long currentPart, byte rawData ) : void
directory string
fileName string
currentPart long
rawData byte
Résultat void