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
Bytes to wrap memory mapped data.
|
Modifier and Type | Method and Description |
---|---|
CommonMappedBytes |
CommonMappedBytes.disableThreadSafetyCheck(boolean disableThreadSafetyCheck) |
@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 © 2022. All rights reserved.