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