- All Superinterfaces:
- AutoCloseable, Closeable, RandomAccessRead, RandomAccessWrite
- All Known Implementing Classes:
- RandomAccessBuffer, RandomAccessFile
public interface RandomAccess
extends RandomAccessRead, RandomAccessWrite
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
- Author:
- Ben Litchfield