| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedMappedBytes
Bytes to wrap memory mapped data.
|
class |
SingleMappedBytes
A class that extends the
CommonMappedBytes to provide a mechanism to wrap memory-mapped data. |
| Modifier and Type | Method and Description |
|---|---|
CommonMappedBytes |
CommonMappedBytes.disableThreadSafetyCheck(boolean disableThreadSafetyCheck)
Deprecated.
|
@NotNull CommonMappedBytes |
CommonMappedBytes.write(byte[] byteArray,
int offset,
int length) |
@NotNull CommonMappedBytes |
CommonMappedBytes.write(long offsetInRDO,
@NotNull RandomDataInput bytes) |
@NotNull CommonMappedBytes |
CommonMappedBytes.write(@NotNull RandomDataInput bytes) |
@NotNull CommonMappedBytes |
CommonMappedBytes.write8bit(@NotNull CharSequence text,
int start,
int length) |
Copyright © 2023. All rights reserved.