Package ucar.unidata.io
Class InMemoryRandomAccessFile.Provider
java.lang.Object
ucar.unidata.io.InMemoryRandomAccessFile.Provider
- All Implemented Interfaces:
RandomAccessFileProvider
- Enclosing class:
- InMemoryRandomAccessFile
public static class InMemoryRandomAccessFile.Provider
extends Object
implements RandomAccessFileProvider
Hook for service provider interface RandomAccessFileProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermine if this Provider owns this location.Open a location that this Provider is the owner of.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ucar.unidata.io.spi.RandomAccessFileProvider
acquire, acquire, open
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
isOwnerOf
Description copied from interface:RandomAccessFileProviderDetermine if this Provider owns this location.- Specified by:
isOwnerOfin interfaceRandomAccessFileProvider
-
open
Description copied from interface:RandomAccessFileProviderOpen a location that this Provider is the owner of.- Specified by:
openin interfaceRandomAccessFileProvider- Throws:
IOException
-