| Modifier and Type | Class and Description |
|---|---|
static class |
FileStorage.FileBin |
| Constructor and Description |
|---|
FileStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String uri)
Deletes the bin for the given URI from the storage.
|
boolean |
exists(java.lang.String uri)
returns true if the specified file system path already exists.
|
Bin |
open(BinConfiguration config)
opens a
Bin on the specified URI (file system path). |
void |
rename(java.lang.String oldUri,
java.lang.String newUri)
Renames the bin for the given old URI to the new URI.
|
public Bin open(BinConfiguration config) throws Db4oIOException
Bin on the specified URI (file system path).open in interface StorageDb4oIOExceptionpublic boolean exists(java.lang.String uri)
public void delete(java.lang.String uri)
throws java.io.IOException
Storagepublic void rename(java.lang.String oldUri,
java.lang.String newUri)
throws java.io.IOException
Storage