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.
|
public boolean isOwnerOf(String location)
isOwnerOf in interface ucar.unidata.io.spi.RandomAccessFileProviderpublic ucar.unidata.io.RandomAccessFile open(String location)
open in interface ucar.unidata.io.spi.RandomAccessFileProvider