internal override void Update() { if (this.Stream != null) { this.Checksum = (int)HashTools.GenerateChecksum(this.Stream, this.Offset, this.Size); } }