| Interface | Description |
|---|---|
| Bytes | |
| BytesCommon | |
| BytesHasher | |
| BytesStore | |
| ByteStringAppender | |
| ByteStringParser | |
| FileLifecycleListener |
Created by peter.lawrey on 05/08/2015.
|
| IByteBufferBytes |
Created by peter.lawrey on 27/01/15.
|
| RandomDataInput | |
| RandomDataOutput | |
| RandomDataUpdate |
This class supports updates which are a companion to RandomDataInput and RandomDataOutput
|
| StopCharTester | |
| VanillaMappedResource |
| Class | Description |
|---|---|
| AbstractBytes | |
| Bits | |
| BitsAligned | |
| BitsAlignedBigEndian | |
| BoundsCheckingDirectBytes |
Unlike
NativeBytes, always throw check bounds and exceptions on all write methods,
including that write a single primitive, e. |
| BoundsCheckingNativeBytes |
Unlike
NativeBytes, always throw check bounds and exceptions on
all write methods, including that write a single primitive, e. |
| ByteBufferBytes | |
| CharBuffers | |
| CheckedBytes | |
| ChronicleUnsafe |
Created by Rob Austin
|
| DirectByteBufferBytes | |
| DirectBytes | |
| DirectStore | |
| EscapingStopCharTester |
Created by peter.lawrey on 16/01/15.
|
| MappedFile |
This manages the full life cycle of a file and its mappings.
|
| MappedMemory | |
| 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. |
| MappedStore | |
| MultiStoreBytes | |
| MutableDecimal | |
| NativeBytes | |
| ResizeableMappedStore | |
| VanillaMappedBlocks | |
| VanillaMappedBytes | |
| VanillaMappedCache<T> | |
| VanillaMappedFile | |
| WrappedBytes<B extends Bytes> |
A super class for those which wrap bytes.
|
| Enum | Description |
|---|---|
| FileLifecycleListener.EventType | |
| FileLifecycleListener.FileLifecycleListeners | |
| IOTools | |
| StopCharTesters | |
| StringBuilderUtils |
Created by Rob Austin
|
| VanillaBytesHash | |
| VanillaBytesHasher | |
| VanillaMappedMode |
Helper wrapper for mapeed access mode
|
Copyright © 2019. All rights reserved.