See: Description
| Interface | Description |
|---|---|
| HasUncheckedRandomDataInput | |
| UncheckedRandomDataInput |
This interface defines methods for reading data of different types (byte, short, int, long) from
a certain offset position.
|
| Class | Description |
|---|---|
| AbstractBytesStore<B extends BytesStore<B,U>,U> |
Abstract BytesStore
|
| BytesFieldInfo |
This class holds the metadata information for fields within an object that are annotated with
FieldGroup. |
| ByteStringReader |
A Reader wrapper for Bytes.
|
| ByteStringWriter |
A Writer for an underlying Bytes.
|
| CanonicalPathUtil | |
| ChunkedMappedBytes |
Bytes to wrap memory mapped data.
|
| ChunkedMappedFile |
A memory mapped files which can be randomly accessed in chunks.
|
| CommonMappedBytes |
Bytes to wrap memory mapped data.
|
| EmbeddedBytes<U> | |
| HeapBytesStore<U> |
Wrapper for Heap ByteBuffers and arrays.
|
| NativeBytesStore<U> | |
| NoBytesStore |
This is a ByteStore which uses no space but could be resized to be larger (by replacing it with a ByteStore with space)
|
| ReferenceCountedUtil |
A utility class for handling operations related to
ReferenceCounted instances. |
| SingleMappedBytes |
A class that extends the
CommonMappedBytes to provide a mechanism to wrap memory-mapped data. |
| SingleMappedFile |
A memory mapped files which can be randomly accessed in a single chunk.
|
| Enum | Description |
|---|---|
| BytesInternal |
Utility methods to support common functionality in this package.
|
Specifically, the following actions (including, but not limited to) are not allowed on internal classes and packages:
The classes in this package and any sub-package are subject to changes at any time for any reason.
Copyright © 2023. All rights reserved.