コード例 #1
0
 void initDownloading()
 {
     downloadStream = new DownloadStream(url, position);
     if (filePath != null)
     {
         fileWriter = File.Open(filePath, FileMode.Append);
         fileWriter.Seek(position, SeekOrigin.Begin);
     }
 }
コード例 #2
0
 void initDownloading()
 {
     downloadStream = new DownloadStream(url, position);
     if (filePath != null)
     {
         fileWriter = File.Open(filePath, FileMode.Append);
         fileWriter.Seek(position, SeekOrigin.Begin);
     }
 }