C# Class BlackHole.Common.Helpers.CommonHelper

Afficher le fichier Open project: hussein-aitlahcen/BlackHole

Méthodes publiques

Méthode Description
DownloadFilePart ( long id, long currentPart, string path ) : BlackHole.Common.Network.Protocol.DownloadedFilePartMessage

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

Method Details

DownloadFilePart() public static méthode

public static DownloadFilePart ( long id, long currentPart, string path ) : BlackHole.Common.Network.Protocol.DownloadedFilePartMessage
id long
currentPart long
path string
Résultat BlackHole.Common.Network.Protocol.DownloadedFilePartMessage

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