コード例 #1
0
ファイル: LevelDB.java プロジェクト: hal2001/elephantdb
 private void add(byte[] key, byte[] value) throws IOException {
   db.put(key, value);
 }