示例#1
0
文件: WzFile.cs 项目: stu98832/libwz
 internal override void Update()
 {
     if (this.Stream != null)
     {
         this.Checksum = (int)HashTools.GenerateChecksum(this.Stream, this.Offset, this.Size);
     }
 }