@Override
 public byte[] getValue(URI uri) throws Exception {
   return StorageUtil.getData(this.file, uri);
 }