Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Class and Description |
---|---|
class |
PointerBytesStore
A BytesStore which can point to arbitrary memory.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull NativeBytesStore<ByteBuffer> |
NativeBytesStore.elasticByteBuffer()
Deprecated.
|
static @NotNull NativeBytesStore<ByteBuffer> |
NativeBytesStore.elasticByteBuffer(int size,
long maxSize)
Deprecated.
|
static @NotNull NativeBytesStore |
NativeBytesStore.from(@NotNull byte[] bytes)
Deprecated.
|
static @NotNull NativeBytesStore |
NativeBytesStore.from(@NotNull String text)
Deprecated.
|
static @NotNull NativeBytesStore<Void> |
NativeBytesStore.lazyNativeBytesStoreWithFixedCapacity(long capacity)
Deprecated.
|
static @NotNull NativeBytesStore<Void> |
NativeBytesStore.nativeStore(long capacity)
Deprecated.
|
static @NotNull NativeBytesStore<Void> |
NativeBytesStore.nativeStoreWithFixedCapacity(long capacity)
Deprecated.
|
static <T> @NotNull NativeBytesStore<T> |
NativeBytesStore.uninitialized()
Deprecated.
|
static @NotNull NativeBytesStore<ByteBuffer> |
NativeBytesStore.wrap(@NotNull ByteBuffer bb)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.write(long offsetInRDO,
byte[] bytes,
int offset,
int length)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.write(long writeOffset,
@NotNull RandomDataInput bytes,
long readOffset,
long length)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeByte(long offset,
byte i8)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeDouble(long offset,
double d)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeFloat(long offset,
float f)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeInt(long offset,
int i32)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeLong(long offset,
long i64)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeOrderedInt(long offset,
int i)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeOrderedLong(long offset,
long i)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeShort(long offset,
short i16)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeVolatileByte(long offset,
byte i8)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeVolatileInt(long offset,
int i32)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeVolatileLong(long offset,
long i64)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.writeVolatileShort(long offset,
short i16)
Deprecated.
|
@NotNull NativeBytesStore<Underlying> |
NativeBytesStore.zeroOut(long start,
long end)
Deprecated.
|
Copyright © 2021. All rights reserved.