public static class InMemoryRandomAccessFile.Provider extends Object implements RandomAccessFileProvider
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOwnerOf(String location)
Determine if this Provider owns this location.
|
RandomAccessFile |
open(String location)
Open a location that this Provider is the owner of.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquire, acquire, openpublic boolean isOwnerOf(String location)
RandomAccessFileProviderisOwnerOf in interface RandomAccessFileProviderpublic RandomAccessFile open(String location) throws IOException
RandomAccessFileProvideropen in interface RandomAccessFileProviderIOException