BiliRanking.Core.Download.MultiThreadedWebDownloader.CheckFileOrCreateFile C# (CSharp) Method

CheckFileOrCreateFile() static private method

Check whether the destination file exists. If not, create a file with the same size as the file to be downloaded.
static private CheckFileOrCreateFile ( ) : void
return void
        void CheckFileOrCreateFile()
        {
            DownloaderHelper.CheckFileOrCreateFile(this, locker);
        }