Exemplo n.º 1
0
 /// <exception cref="System.IO.IOException"></exception>
 protected internal override void OnPackFooter(byte[] hash)
 {
     packEnd  = @out.GetFilePointer();
     origEnd  = packEnd;
     origHash = hash;
     packHash = hash;
 }