public static class S3RandomAccessFile.Provider extends Object implements ucar.unidata.io.spi.RandomAccessFileProvider
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOwnerOf(String location) |
ucar.unidata.io.RandomAccessFile |
open(String location)
Open a location that this Provider is the owner of.
|
ucar.unidata.io.RandomAccessFile |
open(String location,
int bufferSize) |
public boolean isOwnerOf(String location)
isOwnerOf in interface ucar.unidata.io.spi.RandomAccessFileProviderpublic ucar.unidata.io.RandomAccessFile open(String location) throws IOException
open in interface ucar.unidata.io.spi.RandomAccessFileProviderIOExceptionpublic ucar.unidata.io.RandomAccessFile open(String location, int bufferSize) throws IOException
open in interface ucar.unidata.io.spi.RandomAccessFileProviderIOException