public static class S3RandomAccessFile.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquire, acquire, openpublic boolean isOwnerOf(java.lang.String location)
RandomAccessFileProviderisOwnerOf in interface RandomAccessFileProviderpublic RandomAccessFile open(java.lang.String location) throws java.io.IOException
open in interface RandomAccessFileProviderjava.io.IOException