| Class | Description |
|---|---|
| BlockedByteArray |
Stores data in blocks, and supports reading/writing data from/into these
blocks.
|
| BlockedByteArrayInputStream |
An input stream reading from a blocked byte array.
|
| BlockedByteArrayOutputStream |
Output stream writing bytes into an underlying blocked byte array.
|
| DataStore |
A virtual data store, keeping track of all the virtual files existing and
offering a set of high-level operations on virtual files.
|
| DataStoreEntry |
A data store entry representing either a file or a directory.
|
| PathUtil |
Helper methods to deal with paths in the in-memory "file system".
|
| VirtualFile |
Represents a file in the virtual file system.
|
| VirtualRandomAccessFile |
A random access file capable of reading and writing from/into a virtual file
whose data is represented by a
BlockedByteArray. |
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.