public long replaceDatastream(String pid, InputStream content, Map<String, String> hints)
     throws LowlevelStorageException {
   return datastreamStore.replace(pid, content, hints);
 }
 public void replaceObject(String pid, InputStream content, Map<String, String> hints)
     throws LowlevelStorageException {
   objectStore.replace(pid, content, hints);
 }