public static class InMemoryRandomAccessFile.Provider extends java.lang.Object implements RandomAccessFileProvider
Constructor and Description |
---|
Provider() |
Modifier and Type | Method and Description |
---|---|
boolean |
isOwnerOf(java.lang.String location)
Determine if this Provider owns this location.
|
RandomAccessFile |
open(java.lang.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(java.lang.String location)
RandomAccessFileProvider
isOwnerOf
in interface RandomAccessFileProvider
public RandomAccessFile open(java.lang.String location) throws java.io.IOException
RandomAccessFileProvider
open
in interface RandomAccessFileProvider
java.io.IOException