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, wait
acquire, acquire, open
public boolean isOwnerOf(String location)
RandomAccessFileProvider
isOwnerOf
in interface RandomAccessFileProvider
public RandomAccessFile open(String location) throws IOException
RandomAccessFileProvider
open
in interface RandomAccessFileProvider
IOException