C# Class BlackHole.Common.Helpers.CommonHelper

Show file Open project: hussein-aitlahcen/BlackHole

Public Methods

Method 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 method

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

WriteDownloadedPart() public static method

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