Exemplo n.º 1
0
 private void add(byte[] key, byte[] value) throws IOException {
   db.put(key, value);
 }