Package | Description |
---|---|
net.openhft.lang.io |
Modifier and Type | Interface and Description |
---|---|
interface |
Bytes |
interface |
IByteBufferBytes
Created by peter.lawrey on 27/01/15.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBytes |
class |
BoundsCheckingDirectBytes
Unlike
NativeBytes , always throw check bounds and exceptions on all write methods,
including that write a single primitive, e. |
class |
BoundsCheckingNativeBytes
Unlike
NativeBytes , always throw check bounds and exceptions on
all write methods, including that write a single primitive, e. |
class |
ByteBufferBytes |
class |
CheckedBytes |
class |
DirectByteBufferBytes |
class |
DirectBytes |
class |
DirectStore |
class |
MappedMemory |
class |
MappedNativeBytes
works in conjunction with a MappedFile to map additional memory blocks when required This
implementation is very similar to
NativeBytes , accept that the memory address resolution
is left to ChronicleUnsafe, rather than being part of this class. |
class |
MappedStore |
class |
MultiStoreBytes |
class |
NativeBytes |
class |
ResizeableMappedStore |
class |
VanillaMappedBytes |
class |
WrappedBytes<B extends Bytes>
A super class for those which wrap bytes.
|
Modifier and Type | Method and Description |
---|---|
static BytesStore |
DirectStore.allocateLazy(long sizeInBytes,
ObjectSerializer objectSerializer) |
BytesStore |
DirectBytes.store() |
Modifier and Type | Method and Description |
---|---|
void |
MultiStoreBytes.storePositionAndSize(BytesStore store,
long offset,
long size) |
Constructor and Description |
---|
BoundsCheckingDirectBytes(BytesStore store,
AtomicInteger refCount) |
DirectBytes(BytesStore store,
AtomicInteger refCount) |
DirectBytes(BytesStore store,
AtomicInteger refCount,
long offset,
long length) |
Copyright © 2019. All rights reserved.