Ejemplo n.º 1
0
 public void reserveStorageSpace(long byteCount)
     throws DatabaseReadOnlyException, NotSupportedException {
   _config.reserveStorageSpace(byteCount);
 }