示例#1
0
 public WriteBatch(Encoding encoding)
 {
     this._encoding = encoding;
     this.Handle    = LevelDBInterop.leveldb_writebatch_create();
 }