Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Method and Description |
---|---|
static @NotNull HeapBytesStore<byte[]> |
HeapBytesStore.wrap(@NotNull byte[] byteArray) |
static HeapBytesStore<byte[]> |
BytesStore.wrap(@NotNull byte[] bytes)
Wraps a byte[].
|
static @NotNull HeapBytesStore<ByteBuffer> |
HeapBytesStore.wrap(@NotNull ByteBuffer bb) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.write(long offsetInRDO,
byte[] bytes,
int offset,
int length) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.write(long writeOffset,
@NotNull RandomDataInput bytes,
long readOffset,
long length) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeByte(long offset,
byte b) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeDouble(long offset,
double d) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeFloat(long offset,
float f) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeInt(long offset,
int i32) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeLong(long offset,
long i64) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeOrderedInt(long offset,
int i32) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeOrderedLong(long offset,
long i) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeShort(long offset,
short i16) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeVolatileByte(long offset,
byte i8) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeVolatileInt(long offset,
int i32) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeVolatileLong(long offset,
long i64) |
@NotNull HeapBytesStore<Underlying> |
HeapBytesStore.writeVolatileShort(long offset,
short i16) |
Copyright © 2020. All rights reserved.