Interface RandomAccessFileProvider

All Known Implementing Classes:
InMemoryRandomAccessFile.Provider

public interface RandomAccessFileProvider
A Service Provider of RandomAccessFile.
  • Method Summary

    Modifier and Type
    Method
    Description
    acquire(String location)
    Acquire a file for a location from a cache, if available
    acquire(String location, int bufferSize)
    Acquire a file for a location, with the given buffer size, from a cache, if available
    boolean
    isOwnerOf(String location)
    Determine if this Provider owns this location.
    open(String location)
    Open a location that this Provider is the owner of.
    open(String location, int bufferSize)
    Open a location that this Provider is the owner of, with the given buffer size