Example #1
0
 /// <summary>
 /// Commit the save operation. This completes writing of the main stream. When in repository
 /// mode, it disposes the Writer (but not the repository).
 /// </summary>
 public void Done()
 {
     _ectx.Check(Header.ModelSignature != 0, "ModelSignature not specified!");
     ModelHeader.EndWrite(Writer, FpMin, ref Header, Strings);
     Dispose();
 }