BTDB.KVDBLayer.OnDiskMemoryMappedFileCollection.File.Dispose C# (CSharp) Method

Dispose() private method

private Dispose ( ) : void
return void
            internal void Dispose()
            {
                _writer.FlushBuffer();
                UnmapContent();
                _stream.SetLength(_trueLength);
                _stream.Dispose();
            }