| Interface | Description |
|---|---|
| Directory |
This interface facilitates creation of random access files in the OffHeap file system.
|
| File |
This interface supports both reading and writing to a random access file.
|
| FileSystem |
This interface provides top-level access to the OffHeap file system.
|
| Class | Description |
|---|---|
| SeekableInputStream |
This interface provides for reading bytes from an OffHeap File.
|
| SeekableOutputStream |
This interface provides for writing bytes to an OffHeap file.
|
Copyright © 2015–2024. All rights reserved.