Example #1
0
 /// <summary>
 /// Commit the load operation. This completes reading of the main stream. When in repository
 /// mode, it disposes the Reader (but not the repository).
 /// </summary>
 public void Done()
 {
     ModelHeader.EndRead(FpMin, ref Header, Reader);
     Dispose();
 }