Пример #1
0
 /// <summary>
 /// Finishes writting the file. If not used, last compressed values could be not written to the stream
 /// </summary>
 public void EndFile()
 {
     _output.EndFile();
 }