public static class HTTPRandomAccessFile.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.
|
RandomAccessFile |
open(java.lang.String location,
int bufferSize)
Open a location that this Provider is the owner of, with the given buffer size
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquire, acquire
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
public RandomAccessFile open(java.lang.String location, int bufferSize) throws java.io.IOException
RandomAccessFileProvider
open
in interface RandomAccessFileProvider
java.io.IOException