예제 #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);
     }
 }