BiliRanking.Core.Download.HttpDownloadClient.CheckFileOrCreateFile C# (CSharp) Méthode

CheckFileOrCreateFile() static private méthode

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
Résultat void
        void CheckFileOrCreateFile()
        {
            DownloaderHelper.CheckFileOrCreateFile(this, fileLocker);
        }