@Override
 public void addValue(URI uri, byte[] key) throws IOException {
   StorageUtil.appendData(this.file, uri, key);
 }