- AbstractBytes<U> - Class in net.openhft.chronicle.bytes
-
Abstract representation of Bytes.
- AbstractBytesStore<B extends BytesStore<B,U>,U> - Class in net.openhft.chronicle.bytes.internal
-
Abstract BytesStore
- AbstractBytesStore() - Constructor for class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- AbstractBytesStore(boolean) - Constructor for class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- AbstractInterner<T> - Class in net.openhft.chronicle.bytes.util
-
This cache only guarantees it will provide a String which matches the decoded bytes.
- AbstractInterner(int) - Constructor for class net.openhft.chronicle.bytes.util.AbstractInterner
-
- AbstractReference - Class in net.openhft.chronicle.bytes.ref
-
- AbstractReference() - Constructor for class net.openhft.chronicle.bytes.ref.AbstractReference
-
- accept(long, BytesIn<?>) - Method in interface net.openhft.chronicle.bytes.BytesParselet
-
- acceptNewBytesStore(BytesStore) - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- acceptNewBytesStore(BytesStore) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- acceptNewBytesStore(BytesStore) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- acquireBytes() - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- acquireBytes() - Method in class net.openhft.chronicle.bytes.pool.BytesPool
-
- acquireBytesForRead(ReferenceOwner, long) - Method in class net.openhft.chronicle.bytes.MappedFile
-
Convenience method so you don't need to release the BytesStore
- acquireBytesForRead(ReferenceOwner, long, VanillaBytes) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireBytesForWrite(ReferenceOwner, long) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireBytesForWrite(ReferenceOwner, long, VanillaBytes) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireByteStore(ReferenceOwner, long, BytesStore, MappedBytesStoreFactory) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- acquireByteStore(ReferenceOwner, long, BytesStore, MappedBytesStoreFactory) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- acquireByteStore(ReferenceOwner, long) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireByteStore(ReferenceOwner, long, BytesStore) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireByteStore(ReferenceOwner, long, BytesStore, MappedBytesStoreFactory) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- acquireStringBuilder() - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- acquireUncheckedInput() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- acquireUncheckedInput() - Method in interface net.openhft.chronicle.bytes.internal.HasUncheckedRandomDataInput
-
Returns a view of a memory segment providing memory read operations with potentially unchecked
memory boundaries.
- acquireUncheckedInput() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- actual() - Method in class net.openhft.chronicle.bytes.BytesTextMethodTester
-
- actualSize() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- actualSize() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- actualSize() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- addAndGetDouble(long, double) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- addAndGetDouble(BytesStore<?, ?>, long, double) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- addAndGetDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- addAndGetDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform an atomic add and get operation for a 64-bit double
- addAndGetDoubleNotAtomic(long, double) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Perform a not atomic add and get operation for a float value.
- addAndGetFloat(long, float) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- addAndGetFloat(BytesStore<?, ?>, long, float) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- addAndGetFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- addAndGetFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform an atomic add and get operation for a 32-bit float
- addAndGetFloatNotAtomic(long, float) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Perform a not atomic add and get operation for a float value.
- addAndGetInt(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- addAndGetInt(BytesStore<?, ?>, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- addAndGetInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- addAndGetInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- addAndGetInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform an atomic add and get operation for a 32-bit int
- addAndGetIntNotAtomic(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Perform a not atomic add and get operation for an int value.
- addAndGetLong(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- addAndGetLong(BytesStore<?, ?>, long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- addAndGetLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- addAndGetLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- addAndGetLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform an atomic add and get operation for a 64-bit long
- addAndGetShortNotAtomic(long, short) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Perform a not atomic add and get operation for a short value.
- addAndGetUnsignedByteNotAtomic(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Perform a not atomic add and get operation for an unsigned byte value.
- addAtomicValue(int) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- addAtomicValue(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- addAtomicValue(int) - Method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- addAtomicValue(long) - Method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
Deprecated.
- addAtomicValue(long) - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- addAtomicValue2(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
-
- address() - Method in interface net.openhft.chronicle.bytes.Byteable
-
- address - Variable in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- address() - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
This single-argument version of the call returns an address which is guarateed safe for a contiguous
read up to the overlap size.
- addressForRead(long, int) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
This two-argument version of the call returns an address which is guaranteed safe for a contiguous
read up to the requested buffer size.
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- addressForRead(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- addressForRead(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- addressForWrite(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- addressForWrite(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- addressForWritePosition() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- addressForWritePosition() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- addressForWritePosition() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- addressForWritePosition() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- addressForWritePosition() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- addressForWritePosition() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- addValue(int) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- addValue(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- addValue(int) - Method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- addValue(long) - Method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
- addValue(long) - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- addValue2(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
-
- afterRead(long) - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- afterRead(long, long, long) - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- afterRun() - Method in class net.openhft.chronicle.bytes.BytesTextMethodTester
-
- afterRun(UnaryOperator<String>) - Method in class net.openhft.chronicle.bytes.BytesTextMethodTester
-
- agitate(long) - Static method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
-
- allocateDirect(long) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new fix sized wrapper for native (64-bit address)
memory with the provided capacity
.
- allocateDirect(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new fix sized wrapper for native (64-bit address)
memory with the contents copied from the given bytes
array.
- allocateElasticDirect() - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new elastic wrapper for native (64-bit address)
memory with zero initial capacity which will be resized as required.
- allocateElasticDirect(long) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new elastic wrapper for native (64-bit address)
memory with the given initialCapacity
which will be resized as required.
- allocateElasticOnHeap() - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new elastic wrapper for on heap memory with the
initialCapacity
32 bytes which will be resized as required.
- allocateElasticOnHeap(int) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new elastic wrapper for on heap memory with the provided
initialCapacity
which will be resized as required.
- ANCHOR - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- append(double) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- append(Appendable, double) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- append(Appendable, long) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- append(C, String) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- append(C, CharSequence, long, long) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- append(char) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a char in UTF-8.
- append(CharSequence) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Append a characters in UTF-8
- append(boolean) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a boolean as 'T' or 'F' character.
- append(int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends an int in decimal to this.
- append(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a long value in decimal.
- append(float) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a float in decimal notation
- append(double) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a double in decimal notation
- append(double, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a double in decimal notation to a specific number of decimal places.
- append(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a portion of a string to the Bytes in UTF-8.
- append(BigDecimal) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a string representation of a specified BigDecimal to this.
- append(ByteStringAppender, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- append(RandomDataOutput, long, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
The length of the number must be fixed otherwise short numbers will not overwrite longer
numbers
- append(StreamingDataOutput, double) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- append(CharSequence) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- append(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- append(char) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- append(long, Bytes<?>) - Method in interface net.openhft.chronicle.bytes.OffsetFormat
-
- append(long, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- append(long, double, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- append(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- append8bit(CharSequence) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a String to the Bytes in ISO-8859-1.
- append8bit(BytesStore) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a BytesStore to this in ISO-8859-1.
- append8bit(String) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a string to this Bytes in ISO-8859-1 format.
- append8bit(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a portion of a string to this Bytes in ISO-8859-1.
- append8bit(BytesStore, long, long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a portion of a BytesStore to this in ISO-8859-1 format.
- append8bit(long, RandomDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- append8bit(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- append8bit(CharSequence) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- append8bit(CharSequence) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- append8bit(CharSequence) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- append8bit(BytesStore) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- append8bit(String) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- append8bit0(CharSequence) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- AppendableUtil - Enum in net.openhft.chronicle.bytes
-
- appendBase(long, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a string representation of the first argument in the radix specified by the second argument.
- appendBase10(ByteStringAppender, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendBase10(ByteStringAppender, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendBase16(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
- appendBase16(long, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
- appendBase16(ByteStringAppender, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendBytesFromStart(Bytes<?>, long, StringBuilder) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- appendDateMillis(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Converts a specified long number to a date in the format yyyymmdd and appends the date to this.
- appendDateMillis(ByteStringAppender, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendDecimal(long, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Appends a long in decimal with a given number of decimal places.
- appendDecimal(ByteStringAppender, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendDecimal(RandomDataOutput, long, long, int, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
Appends given long value with given decimalPlaces to RandomDataOutput out
- appendTimeMillis(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
Converts a specified long number to time of day and appends it to this.
- appendTimeMillis(ByteStringAppender, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendUtf8(StreamingDataOutput, CharSequence) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- appendUtf8(StreamingDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendUtf8(RandomDataOutput, long, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendUtf8(char[], int, int) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- appendUtf8(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- appendUtf8(long, char[], int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- appendUtf8(long, char[], int, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- appendUtf8(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(char[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(byte[], int, int, byte) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(byte[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- appendUtf8(char[], int, int) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- appendUtf8(char[], int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- appendUtf8(CharSequence) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- appendUtf8(char[], int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- appendUtf8Char(StreamingDataOutput, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- appendUtf8Char(RandomDataOutput, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- apply(Method) - Method in enum net.openhft.chronicle.bytes.MethodEncoderLookup
-
- applyAsLong(BytesStore, long) - Method in interface net.openhft.chronicle.bytes.algo.BytesStoreHash
-
- applyAsLong(BytesStore) - Method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
- applyAsLong(BytesStore, long) - Method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
- applyAsLong(BytesStore) - Method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
-
- applyAsLong(BytesStore, long) - Method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
-
- applyAsLong(BytesStore) - Method in class net.openhft.chronicle.bytes.algo.XxHash
-
- applyAsLong(BytesStore, long) - Method in class net.openhft.chronicle.bytes.algo.XxHash
-
- applyAsLong32bytesMultiple(BytesStore, int) - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
- applyAsLongAny(BytesStore, long) - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
- areNewGuarded() - Static method in class net.openhft.chronicle.bytes.NativeBytes
-
For testing
- asByteBuffer(BytesStore) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- asByteBuffer2(BytesStore) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- asBytes(RandomDataOutput, long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- asInt(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- assignBytesStoreToByteBuffer(BytesStore, ByteBuffer) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- asSize(long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- available() - Method in class net.openhft.chronicle.bytes.StreamingInputStream
-
- available() - Method in interface net.openhft.chronicle.bytes.util.Compression
-
- backgroundPerformRelease() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- beforeRead(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
the readPosition and readLimit will be adjusted so that the client can read the data
- behind() - Method in interface net.openhft.chronicle.bytes.RingBufferReaderStats
-
- BinaryBooleanReference - Class in net.openhft.chronicle.bytes.ref
-
- BinaryBooleanReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryBooleanReference
-
- BinaryBytesMethodWriterInvocationHandler - Class in net.openhft.chronicle.bytes
-
- BinaryBytesMethodWriterInvocationHandler(Class, Function<Method, MethodEncoder>, BytesOut<?>) - Constructor for class net.openhft.chronicle.bytes.BinaryBytesMethodWriterInvocationHandler
-
- BinaryIntArrayReference - Class in net.openhft.chronicle.bytes.ref
-
This class acts a Binary array of 64-bit values.
- BinaryIntArrayReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- BinaryIntArrayReference(long) - Constructor for class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- BinaryIntReference - Class in net.openhft.chronicle.bytes.ref
-
This class acts as a Binary 32-bit in values.
- BinaryIntReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- BinaryLengthLength - Enum in net.openhft.chronicle.bytes.util
-
- BinaryLongArrayReference - Class in net.openhft.chronicle.bytes.ref
-
This class acts a Binary array of 64-bit values.
- BinaryLongArrayReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- BinaryLongArrayReference(long) - Constructor for class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- BinaryLongReference - Class in net.openhft.chronicle.bytes.ref
-
- BinaryLongReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- BinaryTwoLongReference - Class in net.openhft.chronicle.bytes.ref
-
- BinaryTwoLongReference() - Constructor for class net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
-
- BinaryWireCode - Interface in net.openhft.chronicle.bytes
-
- bindValueAt(long, IntValue) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- bindValueAt(long, LongValue) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- bindValueAt(long, IntValue) - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- bindValueAt(long, LongValue) - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- Bit8StringInterner - Class in net.openhft.chronicle.bytes.util
-
- Bit8StringInterner(int) - Constructor for class net.openhft.chronicle.bytes.util.Bit8StringInterner
-
- build(Object...) - Method in class net.openhft.chronicle.bytes.BytesMethodReaderBuilder
-
- build(Object...) - Method in interface net.openhft.chronicle.bytes.MethodReaderBuilder
-
- build() - Method in interface net.openhft.chronicle.bytes.MethodWriterBuilder
-
- BYTE_BUFFER2_TL - Static variable in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- BYTE_BUFFER_TL - Static variable in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- Byteable<B extends BytesStore<B,U>,U> - Interface in net.openhft.chronicle.bytes
-
This Interface allows a reference to off heap memory to be reassigned.
- ByteableIntArrayValues - Interface in net.openhft.chronicle.bytes.ref
-
- ByteableLongArrayValues - Interface in net.openhft.chronicle.bytes.ref
-
- byteCheckSum() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- byteCheckSum(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- byteCheckSum(int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- byteCheckSum() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns the bytes sum of the readable bytes in this BytesStore.
- byteCheckSum(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns the bytes sum between the specified indexes; start (inclusive) and end (exclusive).
- byteCheckSum() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- byteCheckSum(long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- byteCheckSum() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- byteCheckSum(int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- Bytes<U> - Interface in net.openhft.chronicle.bytes
-
Bytes is a view of a region of memory within a
BytesStore
with 63-bit addressing capability (~8 EiB) and separate read and write cursors.
- bytes() - Method in interface net.openhft.chronicle.bytes.BytesContext
-
- bytes - Variable in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- BYTES_LENGTH16 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- BYTES_LENGTH32 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- BYTES_LENGTH8 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- BYTES_MARSHALLER_CL - Static variable in class net.openhft.chronicle.bytes.BytesMarshaller
-
- BytesComment<B extends BytesComment<B>> - Interface in net.openhft.chronicle.bytes
-
This interface is for additional description to be added to HexDumpBytes
- BytesConsumer - Interface in net.openhft.chronicle.bytes
-
- BytesContext - Interface in net.openhft.chronicle.bytes
-
- bytesEqual(RandomDataInput, long, RandomDataInput, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- bytesEqual(CharSequence, RandomDataInput, long, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- BytesFieldInfo - Class in net.openhft.chronicle.bytes.internal
-
- bytesForRead() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new slice of this Bytes object whereby the start is moved to the readPosition and the
current limit determines the capacity.
- bytesForRead() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns a Bytes that wraps this ByteStore from the start
to the realCapacity
.
- bytesForRead() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- bytesForRead() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- bytesForRead() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- bytesForWrite() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns a Bytes that wraps this ByteStore from the start
to the realCapacity
.
- bytesForWrite() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- bytesForWrite() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- bytesForWrite() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- bytesForWrite() - Method in class net.openhft.chronicle.bytes.PointerBytesStore
-
- BytesIn<U> - Interface in net.openhft.chronicle.bytes
-
- BytesInternal - Enum in net.openhft.chronicle.bytes.internal
-
Utility methods to support common functionality in this package.
- BytesMarshallable - Interface in net.openhft.chronicle.bytes
-
An object which can be read or written directly to Bytes in a streaming manner.
- BytesMarshaller<T> - Class in net.openhft.chronicle.bytes
-
- BytesMarshaller(Class<T>) - Constructor for class net.openhft.chronicle.bytes.BytesMarshaller
-
- bytesMethodReader(Object...) - Method in interface net.openhft.chronicle.bytes.BytesIn
-
Reads messages from this tails as methods.
- BytesMethodReader - Class in net.openhft.chronicle.bytes
-
- BytesMethodReader(BytesIn<?>, BytesParselet, MethodEncoderLookup, Object[]) - Constructor for class net.openhft.chronicle.bytes.BytesMethodReader
-
- bytesMethodReaderBuilder() - Method in interface net.openhft.chronicle.bytes.BytesIn
-
- BytesMethodReaderBuilder - Class in net.openhft.chronicle.bytes
-
- BytesMethodReaderBuilder(BytesIn<?>) - Constructor for class net.openhft.chronicle.bytes.BytesMethodReaderBuilder
-
- bytesMethodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.bytes.BytesOut
-
Proxy an interface so each message called is written to a file for replay.
- BytesMethodWriterInvocationHandler - Interface in net.openhft.chronicle.bytes
-
- BytesOut<U> - Interface in net.openhft.chronicle.bytes
-
- BytesParselet - Interface in net.openhft.chronicle.bytes
-
- BytesPool - Class in net.openhft.chronicle.bytes.pool
-
- BytesPool() - Constructor for class net.openhft.chronicle.bytes.pool.BytesPool
-
- BytesPrepender<B extends BytesPrepender<B>> - Interface in net.openhft.chronicle.bytes
-
- BytesRingBuffer - Interface in net.openhft.chronicle.bytes
-
- BytesRingBufferStats - Interface in net.openhft.chronicle.bytes
-
- bytesStore - Variable in class net.openhft.chronicle.bytes.AbstractBytes
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- bytesStore(BytesStore<Bytes<U>, U>) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- bytesStore(BytesStore<B, U>, long, long) - Method in interface net.openhft.chronicle.bytes.Byteable
-
This setter for a data type which points to an underlying ByteStore.
- bytesStore() - Method in interface net.openhft.chronicle.bytes.Byteable
-
- bytesStore() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Returns the backing ByteStore this Bytes object wraps, or null.
- bytesStore() - Method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
- BytesStore<B extends BytesStore<B,U>,U> - Interface in net.openhft.chronicle.bytes
-
An immutable reference to some bytes with fixed extents.
- bytesStore() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- bytesStore(BytesStore<Bytes<U>, U>) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- bytesStore(BytesStore<Bytes<U>, U>, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryBooleanReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
- bytesStore(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- bytesStore - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- bytesStore() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- bytesStore(BytesStore<Bytes<U>, U>, long, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- BytesStoreHash<B extends BytesStore> - Interface in net.openhft.chronicle.bytes.algo
-
Simple function to derive a long hash from a BytesStore
- BytesTextMethodTester<T> - Class in net.openhft.chronicle.bytes
-
- BytesTextMethodTester(String, Function<T, Object>, Class<T>, String) - Constructor for class net.openhft.chronicle.bytes.BytesTextMethodTester
-
- byteStore() - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- ByteStringAppender<B extends ByteStringAppender<B>> - Interface in net.openhft.chronicle.bytes
-
Methods to append text to a Bytes.
- ByteStringParser<B extends ByteStringParser<B>> - Interface in net.openhft.chronicle.bytes
-
Supports parsing bytes as text.
- ByteStringReader - Class in net.openhft.chronicle.bytes.internal
-
A Reader wrapper for Bytes.
- ByteStringReader(ByteStringParser) - Constructor for class net.openhft.chronicle.bytes.internal.ByteStringReader
-
- ByteStringWriter - Class in net.openhft.chronicle.bytes.internal
-
A Writer for an underlying Bytes.
- ByteStringWriter(ByteStringAppender) - Constructor for class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- BytesUtil - Enum in net.openhft.chronicle.bytes
-
- byteToBoolean(byte) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- CanonicalPathUtil - Class in net.openhft.chronicle.bytes.internal
-
- canReadDirect(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- canReadDirect(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- canReadDirect() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- canReadDirect(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- canReleaseInBackground() - Method in class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- canReleaseInBackground() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- canWriteDirect(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- canWriteDirect(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- capacity() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- capacity() - Method in interface net.openhft.chronicle.bytes.BytesRingBufferStats
-
- capacity() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- capacity() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- capacity() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- capacity() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- capacity() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- capacity() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- capacity() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- capacity() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- capacity() - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- capacity() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- capacity() - Method in class net.openhft.chronicle.bytes.OnHeapBytes
-
- capacity(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- capacity(long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- capacity(long) - Method in interface net.openhft.chronicle.bytes.ref.ByteableIntArrayValues
-
- capacity(long) - Method in interface net.openhft.chronicle.bytes.ref.ByteableLongArrayValues
-
- capacity(long) - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- capacity(long) - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- capacity() - Method in class net.openhft.chronicle.bytes.SubBytes
-
- capacity - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- capacity() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- charAt(int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Assume ISO-8859-1 encoding, subclasses can override this.
- charToString - Static variable in interface net.openhft.chronicle.bytes.RandomDataInput
-
- chunkCount() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- chunkCount(long[]) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- chunkCount(long[]) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- chunkCount() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- chunkCount(long[]) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- chunkCount(long[]) - Method in class net.openhft.chronicle.bytes.MappedBytes
-
- chunkCount() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- chunkCount(long[]) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- ChunkedMappedBytes - Class in net.openhft.chronicle.bytes.internal
-
Bytes to wrap memory mapped data.
- ChunkedMappedBytes(MappedFile) - Constructor for class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- ChunkedMappedBytes(MappedFile, String) - Constructor for class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- ChunkedMappedFile - Class in net.openhft.chronicle.bytes.internal
-
A memory mapped files which can be randomly accessed in chunks.
- ChunkedMappedFile(File, RandomAccessFile, long, long, long, boolean) - Constructor for class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- chunkSize() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- chunkSize() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- chunkSize() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- cipher(Cipher, Bytes<?>, ByteBuffer, ByteBuffer) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- cipher(Cipher, Bytes<?>) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- clazz() - Static method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
- clear() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- clear() - Method in interface net.openhft.chronicle.bytes.Bytes
-
- clear() - Method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
clears the ring buffer but moving the read position to the write position
- clear() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- clear() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- clear() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- clear() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- clear() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
-
Set the readPosition= writePosition = start, writeLimit = capacity
- clear() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- clearAndPad(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- clearAndPad(long) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Clear a buffer, with a given padding to allow for prepending later.
- clearAndPad(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- clearAndPad(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- close() - Method in class net.openhft.chronicle.bytes.internal.ByteStringReader
-
- close() - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- close() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- closeIn(boolean) - Method in class net.openhft.chronicle.bytes.BytesMethodReader
-
- closeIn(boolean) - Method in interface net.openhft.chronicle.bytes.MethodReader
-
Call close on the input when closed
- code() - Method in enum net.openhft.chronicle.bytes.util.BinaryLengthLength
-
- combineDoubleNewline(Bytes<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
If the last two characters were a newline, rewind one character so there is only one newline.
- COMMENT - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- comment(CharSequence) - Method in interface net.openhft.chronicle.bytes.BytesComment
-
Add comment as appropriate for the toHexString format
- comment(CharSequence) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- CommonMappedBytes - Class in net.openhft.chronicle.bytes.internal
-
Bytes to wrap memory mapped data.
- CommonMappedBytes(MappedFile) - Constructor for class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- CommonMappedBytes(MappedFile, String) - Constructor for class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- CommonMarshallable - Interface in net.openhft.chronicle.bytes
-
- compact() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- compact() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Compact these Bytes by moving the readPosition to the start.
- compact() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- compact() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- compareAndRetainNewer(long) - Method in interface net.openhft.chronicle.bytes.DistributedUniqueTimeDeduplicator
-
Compare this new timestamp to the previously retained timestamp for the hostId and retaining the timestamp
- compareAndSet(long, int, int) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- compareAndSet(long, long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- compareAndSet(long, int, int) - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- compareAndSet(long, long, long) - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- compareAndSwapDouble(long, double, double) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- compareAndSwapDouble(long, double, double) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- compareAndSwapDouble(long, double, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a 64-bit double CAS at a given offset.
- compareAndSwapFloat(long, float, float) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- compareAndSwapFloat(long, float, float) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- compareAndSwapFloat(long, float, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a 32-bit float CAS at a given offset.
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- compareAndSwapInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- compareAndSwapInt(long, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- compareAndSwapInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- compareAndSwapInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a 32-bit CAS at a given offset.
- compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- compareAndSwapLong(long, long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- compareAndSwapLong(long, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- compareAndSwapLong(long, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- compareAndSwapLong(long, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a 64-bit CAS at a given offset.
- compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- compareAndSwapValue(int, int) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- compareAndSwapValue(long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- compareAndSwapValue(int, int) - Method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- compareAndSwapValue(long, long) - Method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
- compareAndSwapValue(long, long) - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- compareAndSwapValue2(long, long) - Method in class net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
-
- compareByHostId(long) - Method in interface net.openhft.chronicle.bytes.DistributedUniqueTimeDeduplicator
-
Compare this new timestamp to the previously retained timstamp for the hostId
- compareTo(CharSequence) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- compareUtf8(RandomDataInput, long, CharSequence) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- compareUtf8(long, CharSequence) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Compares the UTF-8 encoded char sequence, written in this RandomDataInput
at the
given offset, with the given char sequence.
- compress(CharSequence, Bytes<?>, Bytes<?>) - Static method in interface net.openhft.chronicle.bytes.util.Compression
-
- compress(byte[]) - Method in interface net.openhft.chronicle.bytes.util.Compression
-
- compress(BytesIn<?>, BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.util.Compression
-
- compressingStream(OutputStream) - Method in interface net.openhft.chronicle.bytes.util.Compression
-
- Compression - Interface in net.openhft.chronicle.bytes.util
-
- Compressions - Enum in net.openhft.chronicle.bytes.util
-
- ConnectionDroppedException - Exception in net.openhft.chronicle.bytes
-
thrown when the TcpChannelHub drops its connection to the server
- ConnectionDroppedException(String) - Constructor for exception net.openhft.chronicle.bytes.ConnectionDroppedException
-
- ConnectionDroppedException(Throwable) - Constructor for exception net.openhft.chronicle.bytes.ConnectionDroppedException
-
- ConnectionDroppedException(String, Throwable) - Constructor for exception net.openhft.chronicle.bytes.ConnectionDroppedException
-
- contentEqual(BytesStore, BytesStore) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- contentEquals(BytesStore) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if the content of this BytesStore is the same as the content of a specified BytesStore.
- copy() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- copy() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new copy of this Bytes object from RandomCommon.readPosition()
to RandomCommon.readLimit()
.
- copy() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- copy() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- copy(RandomDataInput, OutputStream) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- copy(InputStream, StreamingDataOutput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- copy() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- copy() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- copy() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- copy() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- copy() - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- copy() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- copy() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- copy8bit(BytesStore, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- copy8bit(BytesStore, long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- copyFrom(InputStream) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- copyMemory(long, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- copyOf(Bytes<?>) - Static method in class net.openhft.chronicle.bytes.NativeBytes
-
- copyTo(BytesStore) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Copies bytes from this Bytes object to another provided targetByteStore
.
- copyTo(OutputStream) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Copies bytes from this Bytes object to the provided outputStream
.
- copyTo(BytesStore) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns the number of bytes that were copied from this BytesStore to a destination BytesStore.
- copyTo(OutputStream) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Copies the bytes in the BytesStore to an OutputStream object.
- copyTo(BytesStore) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- copyTo(BytesStore) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- copyTo(byte[]) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a byte[] from memory from RandomCommon.readPosition()
to RandomCommon.readLimit()
.
- copyTo(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Copy data from this RandomDataInput to the ByteBuffer.
- copyTo(OutputStream) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- copyTo(BytesStore) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- copyToDirect(BytesStore) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- create(ReferenceOwner, MappedFile, long, long, long, long) - Method in interface net.openhft.chronicle.bytes.MappedBytesStoreFactory
-
- create(BytesStore, long, int) - Static method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- createBytes() - Method in class net.openhft.chronicle.bytes.pool.BytesPool
-
- createBytesFor() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- createBytesFor() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- createBytesFor() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- createCharToString() - Static method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- createReader() - Method in interface net.openhft.chronicle.bytes.MultiReaderBytesRingBuffer
-
- createReader(int) - Method in interface net.openhft.chronicle.bytes.MultiReaderBytesRingBuffer
-
Create a reader
- currentTimeMicros() - Method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
Return a unique, monotonically increasing microsecond timestamp where the lowest two digits of the microseconds is the hostId.
- currentTimeMicros() - Method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
- currentTimeMillis() - Method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
- currentTimeMillis() - Method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
- currentTimeNanos() - Method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
Return a unique, monotonically increasing nanosecond timestamp where the lowest two digits of the nanoseconds is the hostId.
- currentTimeNanos() - Method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
- I64_ARRAY - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- indent(int) - Method in interface net.openhft.chronicle.bytes.BytesComment
-
Adjust the indent for nested data
- indent(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- indexOf(Bytes) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Returns the lowest index value for which the contents of this Bytes object equals the provided source
,
or -1 if no such index value exists.
- indexOf(BytesStore, int) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Returns the lowest index value starting from the provided fromIndex
for which the contents of this
Bytes object equals the provided source
, or -1 if no such index value exists.
- init(ByteBuffer, boolean) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- init(StreamingDataInput) - Method in class net.openhft.chronicle.bytes.StreamingInputStream
-
- init(StreamingDataOutput) - Method in class net.openhft.chronicle.bytes.StreamingOutputStream
-
- initialise(BytesOut<?>) - Method in enum net.openhft.chronicle.bytes.util.BinaryLengthLength
-
- inputStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- inside(long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if a specified offset is inside this BytesStore limits.
- inside(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if a number of bytes starting from an offset are inside this ByteStore limits.
- inside(long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- inside(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- inside(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- inside(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- INSTANCE - Static variable in class net.openhft.chronicle.bytes.algo.XxHash
-
- instance() - Static method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
- INT16 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- INT32 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- INT64 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- INT64_0x - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- INT8 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- INT_NOT_COMPLETE - Static variable in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- intercept(Method, Object, Object[], Invocation) - Method in interface net.openhft.chronicle.bytes.MethodReaderInterceptorReturns
-
- intercept(Method, Object[], BiFunction<Method, Object[], Object>) - Method in interface net.openhft.chronicle.bytes.MethodWriterInterceptorReturns
-
- intern(Bytes<?>) - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- intern(BytesStore) - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- intern(Bytes<?>, int) - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- intern(BytesStore, int) - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- intern(Bytes<?>) - Method in class net.openhft.chronicle.bytes.util.StringInternerBytes
-
- intern(Bytes<?>, int) - Method in class net.openhft.chronicle.bytes.util.StringInternerBytes
-
converts the bytes to a ISO-8859-1 String, the end of the string is either the bytes .limit
() or a byte containing the stopByte ( which ever comes first ).
- internalizedToken() - Method in class net.openhft.chronicle.bytes.MappedFile
-
Returns an internalized String that represents a token based on the
underlying file's canonical path and some other factors including a
per JVM random string.
- Invocation - Interface in net.openhft.chronicle.bytes
-
- invoke(Method, Object, Object[]) - Method in interface net.openhft.chronicle.bytes.Invocation
-
- IS_LITTLE_ENDIAN - Static variable in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
- isBackingFileReadOnly() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- isBackingFileReadOnly() - Method in class net.openhft.chronicle.bytes.MappedBytes
-
- isClear() - Method in interface net.openhft.chronicle.bytes.Bytes
-
- isClear() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if the readPosition
is at the start
and
the writeLimit
is at the end
.
- isClosed() - Method in interface net.openhft.chronicle.bytes.BytesContext
-
- isClosed() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- isDirectMemory() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- isDirectMemory() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- isDirectMemory() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- isElastic() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Returns if this Bytes object is elastic.
- isElastic() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.OnHeapBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- isElastic() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- isEmpty() - Method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
- isEmpty() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- isEmpty() - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- isEqual(String) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Returns if this Bytes object contents equals the provided other
.
- isEqual(long, long, String) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if a specified portion of this BytesStore is equal to a specified String.
- isEqual(long, long, String) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- isEqual(long, long, String) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- isEqual(String) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- isImmutableEmptyByteStore() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- isImmutableEmptyByteStore() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Deprecated.
- isImmutableEmptyByteStore() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- isNull() - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- isNull() - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- isNull() - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- isNull() - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- isPresent - Variable in class net.openhft.chronicle.bytes.AbstractBytes
-
- isStopChar(int, int) - Method in interface net.openhft.chronicle.bytes.StopCharsTester
-
Detect which byte or bytes stops the string to be parsed
- isStopChar(int) - Method in interface net.openhft.chronicle.bytes.StopCharTester
-
Detect which byte stops the string to be parsed
- isStopChar(int, int) - Method in class net.openhft.chronicle.bytes.util.EscapingStopCharsTester
-
- isStopChar(int) - Method in class net.openhft.chronicle.bytes.util.EscapingStopCharTester
-
- isStopped() - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- isTriviallyCopyable(Class<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Is the whole class trivially copyable
- isTriviallyCopyable(Class, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Are all the fields in the range given trivially copyable
- PADDING - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- PADDING32 - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- padOffset(long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- parse8bit(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- parse8bit(Appendable, StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with ISO-8859-1 decoding as character terminated.
- parse8bit(StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with ISO-8859-1 decoding as character terminated.
- parse8bit(Appendable, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with ISO-8859-1 decoding as character terminated.
- parse8bit(Bytes<?>, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
- parse8bit(StringBuilder, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
- parse8bit(long, RandomDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit(StreamingDataInput, StringBuilder, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit(StreamingDataInput, Bytes<?>, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit(StreamingDataInput, StringBuilder, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit(StreamingDataInput, Bytes<?>, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit(ByteStringParser, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit1(StreamingDataInput, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit1(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit1(long, RandomDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parse8bit_SB1(Bytes<?>, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- parse8bit_SB1(long, NativeBytesStore, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseBigDecimal() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
- parseBoolean(StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
Return true
or false, or null if it could not be detected
as true
or false.
- parseBoolean() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
- parseBoolean(ByteStringParser, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseDouble() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text as a double decimal.
- parseDouble(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseFlexibleLong() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
Parses a long in regular or scientific format.
- parseFlexibleLong(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseFloat() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text as a float decimal.
- parseHexLong(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseHexLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- parseInt() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text as an int.
- parseLong() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text as a long integer.
- parseLong(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseLong(RandomDataInput, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- parseLongDecimal() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
Parse the significant digits of a decimal number.
- parseLongDecimal(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(BytesStore, StringBuilder, boolean, int) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- parseUtf8(StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with UTF-8 decoding as character terminated.
- parseUtf8(Appendable, StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with UTF-8 decoding as character terminated.
- parseUtf8(Appendable, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
parse text with UTF-8 decoding as one or two character terminated.
- parseUtf8(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- parseUtf8(StreamingDataInput, Appendable, boolean, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(RandomDataInput, long, Appendable, boolean, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(StreamingDataInput, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(StreamingDataInput, Appendable, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(StreamingDataInput, Appendable, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8(Appendable, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
parse a UTF8 string.
- parseUtf8(Appendable, boolean, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
parse a UTF8 string.
- parseUtf81(StreamingDataInput, Appendable, boolean, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf81(RandomDataInput, long, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8_SB1(Bytes<?>, StringBuilder, boolean, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- parseUtf8_SB1(NativeBytesStore, long, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- peakLength(BytesStore, long, long) - Static method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- peakLength(BytesStore, long) - Static method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- peekUnsignedByte(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- peekUnsignedByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an unsigned byte at an offset, or -1
- peekUnsignedByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- peekUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- peekVolatileInt() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- peekVolatileInt() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- peekVolatileInt() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- performClose() - Method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
- performClose() - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- performClose() - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- performRelease() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- performRelease() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- performRelease() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- performRelease() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- performRelease() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- performRelease() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- performRelease() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
Sync the ByteStore if required.
- performRelease() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- PointerBytesStore - Class in net.openhft.chronicle.bytes
-
A BytesStore which can point to arbitrary memory.
- PointerBytesStore() - Constructor for class net.openhft.chronicle.bytes.PointerBytesStore
-
- prepend(long) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Prepends a long in decimal, this method moves the readPosition() backwards.
- prepend(BytesPrepender, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- prewrite(byte[]) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewrite(BytesStore) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewrite(byte[]) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary a byte
- prewrite(BytesStore) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary a byte
- prewrite(byte[]) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewrite(BytesStore) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewrite(byte[]) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewrite(BytesStore) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewriteByte(byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewriteByte(byte) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary a byte
- prewriteByte(byte) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewriteByte(byte) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewriteInt(int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewriteInt(int) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary a 4 byte int
- prewriteInt(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewriteInt(int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewriteLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewriteLong(long) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary an 8 byte long
- prewriteLong(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewriteLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewriteOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewriteOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- prewriteOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- prewriteShort(short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- prewriteShort(short) - Method in interface net.openhft.chronicle.bytes.BytesPrepender
-
Write backward in binary a 2 byte int
- prewriteShort(short) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- prewriteShort(short) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- printable(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read the byte at an offset and converts it into a printable
- PropertyReplacer - Enum in net.openhft.chronicle.bytes.util
-
- provider(TimeProvider) - Method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
- provider(TimeProvider) - Method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
- raf() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- raf() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- raf() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- RandomDataInput - Interface in net.openhft.chronicle.bytes
-
This allows random access to the underling bytes.
- RandomDataOutput<R extends RandomDataOutput<R>> - Interface in net.openhft.chronicle.bytes
-
- rawCopy(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- rawReadByte() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- rawReadByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- rawReadInt() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- rawReadInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- rawReadLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- rawWriteByte(byte) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- rawWriteByte(byte) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- rawWriteInt(int) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- rawWriteInt(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- rawWriteLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write a long without a bounds check
- read(byte[], int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- read(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- read(BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.BytesConsumer
-
Retrieves and removes the head of this queue, or returns true
if this queue is
empty.
- read(BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
Retrieves and removes the head of this queue, or returns null
if this queue is
empty.
- read(byte[]) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read(byte[], int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read(char[], int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read(ByteBuffer) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read(Bytes<?>, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read() - Method in class net.openhft.chronicle.bytes.internal.ByteStringReader
-
- read(char[], int, int) - Method in class net.openhft.chronicle.bytes.internal.ByteStringReader
-
- read(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- read(long, byte[], int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- read(BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
- read(byte[]) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read(byte[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read(char[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Transfer as many bytes as possible.
- read(Bytes<?>, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read(byte[], int, int) - Method in class net.openhft.chronicle.bytes.StreamingInputStream
-
- read() - Method in class net.openhft.chronicle.bytes.StreamingInputStream
-
- read(byte[]) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- read8bit() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read8bit(Bytes<?>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read8bit(StringBuilder) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- read8bit(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- read8bit() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- read8bit(long, char[], int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- read8bit() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read8bit(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read8bit(StringBuilder) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- read8Bit(char[], int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- read8bitAndAppend(StreamingDataInput, StringBuilder, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- read8ByteAlignPadding(Bytes<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- readBigDecimal() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readBigDecimal() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Creates and returns a new BigDecimal representing the contents of this Bytes object.
- readBigInteger() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readBigInteger() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Creates and returns a new BigInteger representing the contents of this Bytes object or
BigInteger.ZERO
if this Bytes object is empty.
- readBoolean() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readBoolean(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read boolean at an offset
- readBoolean() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readByte() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readByte(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readByte() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readByte() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readByte(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readByte(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readByte(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readByte(long) - Method in interface net.openhft.chronicle.bytes.internal.UncheckedRandomDataInput
-
Read a byte at an offset possibly not checking memory bounds.
- readByte(long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- readByte(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read byte at an offset
- readByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readByte() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readByte(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- ReadBytesMarshallable - Interface in net.openhft.chronicle.bytes
-
Read data directly as Bytes.
- readChar() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readCheckOffset(long, long, boolean) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readCheckOffset(long, long, boolean) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readCheckOffset(long, long, boolean) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- readDouble() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readDouble(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readDouble() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readDouble() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readDouble(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readDouble(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readDouble(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readDouble(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readDouble(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a double at an offset
- readDouble() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readDouble() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readDouble(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readEnum(Class<E>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readEnum(StreamingDataInput, Class<E>) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readEnum(Class<E>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- reader() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
-
Access these bytes as an ISO-8859-1 encoded Reader
- readers() - Method in interface net.openhft.chronicle.bytes.BytesRingBufferStats
-
- readFile(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- readFloat() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readFloat(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readFloat() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readFloat() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readFloat(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readFloat(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readFloat(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readFloat(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readFloat(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a float at an offset
- readFloat() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readFloat() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readFloat(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readHistogram(Histogram) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readHistogram(StreamingDataInput, Histogram) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readHistogram(Histogram) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readIncompleteLong(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readIncompleteLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a long which is zero padded (high bytes) if the available bytes is less than 8.
- readIncompleteLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readInt(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readInt() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readInt() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readInt(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readInt(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readInt(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readInt(long) - Method in interface net.openhft.chronicle.bytes.internal.UncheckedRandomDataInput
-
Read an int at an offset possibly not checking memory bounds.
- readInt(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an int at an offset
- readInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readInt() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readInt(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readInt24() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readInt24() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readLimit() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readLimit(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readLimit() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readLimit(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readLimit(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readLimit(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- readLimit(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readLimit() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readLimitToCapacity() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- readLimitToCapacity() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readLong() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readLong() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readLong() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readLong(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readLong(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readLong(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readLong(long) - Method in interface net.openhft.chronicle.bytes.internal.UncheckedRandomDataInput
-
Read a long at an offset possibly not checking memory bounds.
- readLong(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a long at an offset
- readLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readLong() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readMarshallable(BytesIn<?>) - Method in interface net.openhft.chronicle.bytes.BytesMarshallable
-
- readMarshallable(ReadBytesMarshallable, BytesIn<?>) - Method in class net.openhft.chronicle.bytes.BytesMarshaller
-
- readMarshallable(ReadBytesMarshallable, BytesIn<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- readMarshallable(BytesIn<?>) - Method in interface net.openhft.chronicle.bytes.ReadBytesMarshallable
-
Bytes to read.
- readMarshallable(BytesIn<?>) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- readMarshallable(BytesIn<?>) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- readMarshallableLength16(Class<T>, T) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Reads the content of this Bytes object converting it to an object of the provided clazz
using the
provided using
, or if null
is provided for using
, creates a new object, eventually
returning whichever object was updated.
- readMarshallableLength16(Class<T>, T) - Method in interface net.openhft.chronicle.bytes.BytesIn
-
- readMarshallableLength16(Class<T>, T) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readObject(Class<T>) - Method in interface net.openhft.chronicle.bytes.BytesIn
-
- readOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- readOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readOne() - Method in class net.openhft.chronicle.bytes.BytesMethodReader
-
- readOne() - Method in interface net.openhft.chronicle.bytes.MethodReader
-
Moves the queue to read a message if there is one.
- readOnly(File) - Static method in class net.openhft.chronicle.bytes.MappedBytes
-
- readOnly(File) - Static method in class net.openhft.chronicle.bytes.MappedFile
-
- readOnly() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- readPosition - Variable in class net.openhft.chronicle.bytes.AbstractBytes
-
- readPosition() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readPosition(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readPosition(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readPosition() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readPosition() - Method in class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- readPosition(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readPosition() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- readPosition(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readPosition(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- readPosition - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readPosition(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readPosition() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readPositionForHeader(boolean) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
obtain the readPosition skipping any padding needed for a header.
- readPositionRemaining(long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readPositionRemaining(long, long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readPositionRemaining(long, long) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- readPositionRemaining(long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readPositionUnlimited(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readPositionUnlimited(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readRemaining() - Method in interface net.openhft.chronicle.bytes.BytesRingBuffer
-
- readRemaining() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readRemaining() - Method in class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- readRemaining() - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- readShort() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readShort(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readShort() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readShort() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readShort(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readShort(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readShort(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readShort(long) - Method in interface net.openhft.chronicle.bytes.internal.UncheckedRandomDataInput
-
Read a short at an offset possibly not checking memory bounds.
- readShort(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a short at an offset
- readShort() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readShort() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readShort(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readSkip(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readSkip(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readSkip(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readSkip(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Skip a number of bytes by moving the readPosition.
- readSkip(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- readSkip(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readStopBit(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- readStopBit() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readStopBit() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readStopBit(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readStopBit() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- readStopBit() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readStopBit0(StreamingDataInput, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readStopBitChar() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readStopBitChar() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readStopBitChar(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readStopBitChar() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- readStopBitChar() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readStopBitDecimal() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readStopBitDecimal() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readStopBitDouble() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readStopBitDouble(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readStopBitDouble() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUnsignedByte() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readUnsignedByte() - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- readUnsignedByte() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readUnsignedByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an unsigned byte at an offset
- readUnsignedByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUnsignedByte() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readUnsignedInt() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an unsigned int at an offset
- readUnsignedInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUnsignedInt24() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUnsignedInt24(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an unsigned int at an offset
- readUnsignedInt24() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUnsignedShort() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUnsignedShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read an unsigned short at an offset
- readUnsignedShort() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUtf8() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUtf8(C) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUtf8(long, C) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUtf8(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readUtf8(RandomDataInput, long, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- readUtf8(long, T) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Truncates
sb
(it must be a
StringBuilder
or
Bytes
) and reads a char
sequence from the given
offset
, encoded as Utf8, into it.
- readUtf8() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
The same as readUTF() except the length is stop bit encoded.
- readUtf8(C) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
The same as readUtf8() except the chars are copied to a truncated StringBuilder.
- readUtf8(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUtf8(StringBuilder) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readUtf8AndAppend(StreamingDataInput, Appendable, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- readUtf8Limited(long, C, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUtf8Limited(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readUtf8Limited(long, T, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Truncates
sb
(it must be a
StringBuilder
or
Bytes
) and reads a char
sequence from the given
offset
, encoded as Utf8, into it.
- readUtf8Limited(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Reads a char sequence from the given offset
, encoded as Utf8.
- readUTFAndAppend(StreamingDataInput, Appendable, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
- readUTFΔ(C) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readVolatileByte(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readVolatileByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a 8-bit byte from memory with a load barrier.
- readVolatileByte(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readVolatileDouble(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a 64-bit double from memory with a load barrier.
- readVolatileFloat(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a float from memory with a load barrier.
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileInt() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readVolatileInt(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readVolatileInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a 32-bit int from memory with a load barrier.
- readVolatileInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readVolatileInt() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileLong() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileLong() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readVolatileLong(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readVolatileLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a 64-bit long from memory with a load barrier.
- readVolatileLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readVolatileLong() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- readVolatileShort(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- readVolatileShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Read a 16-bit short from memory with a load barrier.
- readVolatileShort(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- readWithLength(long, BytesOut<U>) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Writes the content of this Bytes object into the provided bytesOut
writing the provided
length
bytes.
- readWithLength(long, BytesOut<Void>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readWithLength(long, ThrowingConsumer<Bytes<Void>, IORuntimeException>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readWithLength(Bytes<?>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readWithLength(long, ThrowingConsumer<S, IORuntimeException>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Perform a set of actions with a temporary bounds mode.
- readWithLength(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
- readWithLength0(long, ThrowingConsumerNonCapturing<Bytes<Void>, IORuntimeException, BytesOut>, StringBuilder, BytesOut<?>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- readWithLength0(long, ThrowingConsumerNonCapturing<S, IORuntimeException, BytesOut>, StringBuilder, BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
-
Perform a set of actions with a temporary bounds mode.
- readWrite() - Method in interface net.openhft.chronicle.bytes.Bytes
-
- readWrite() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns if this ByteStore can be both read from and written to.
- readWrite() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- realCapacity() - Method in interface net.openhft.chronicle.bytes.Bytes
-
- realCapacity() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- realCapacity() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Returns the actual capacity that can be potentially read.
- realCapacity() - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.SubBytes
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- realCapacity() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- realReadRemaining() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- realWriteRemaining() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- realWriteRemaining() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- recordHistory(boolean) - Method in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandler
-
- refCount() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- refCount() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- ReferenceCountedUtil - Class in net.openhft.chronicle.bytes.internal
-
- referenceCounts() - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- referenceCounts() - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- referenceCounts() - Method in class net.openhft.chronicle.bytes.MappedFile
-
- release(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- release(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- release(ReferenceOwner) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- releaseLast(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- releaseLast(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- releaseLast(ReferenceOwner) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- replaceTokensWithProperties(String) - Static method in enum net.openhft.chronicle.bytes.util.PropertyReplacer
-
- replaceTokensWithProperties(String, Properties) - Static method in enum net.openhft.chronicle.bytes.util.PropertyReplacer
-
- reserve(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- reserve(ReferenceOwner) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- reservedBy(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- reservedBy(ReferenceOwner) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- reset() - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- reset() - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- reset() - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- reset() - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- resetNewGuarded() - Static method in class net.openhft.chronicle.bytes.NativeBytes
-
For testing
- RETAIN - Static variable in class net.openhft.chronicle.bytes.MappedFile
-
- retainsComments() - Method in interface net.openhft.chronicle.bytes.BytesComment
-
Do these Bytes support saving comments as descriptions for fields.
- retainsComments() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- reverse(Bytes<?>, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- RingBufferReader - Interface in net.openhft.chronicle.bytes
-
- RingBufferReaderStats - Interface in net.openhft.chronicle.bytes
-
- rollbackOnClose() - Method in interface net.openhft.chronicle.bytes.BytesContext
-
- roundNup(double, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- roundUpTo64ByteAlign(long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- roundUpTo8ByteAlign(long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- run() - Method in class net.openhft.chronicle.bytes.BytesTextMethodTester
-
- testAndSetInt(long, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- testAndSetInt(long, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- testAndSetInt(long, int, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- testAndSetInt(long, int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- testAndSetInt(long, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- testAndSetInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
Deprecated.
- testAndSetInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- testAndSetInt(long, int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- TextBooleanReference - Class in net.openhft.chronicle.bytes.ref
-
Implementation of a reference to a 32-bit in in text wire format.
- TextBooleanReference() - Constructor for class net.openhft.chronicle.bytes.ref.TextBooleanReference
-
- TextIntArrayReference - Class in net.openhft.chronicle.bytes.ref
-
- TextIntArrayReference() - Constructor for class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- TextIntReference - Class in net.openhft.chronicle.bytes.ref
-
Implementation of a reference to a 32-bit in in text wire format.
- TextIntReference() - Constructor for class net.openhft.chronicle.bytes.ref.TextIntReference
-
- TextLongArrayReference - Class in net.openhft.chronicle.bytes.ref
-
- TextLongArrayReference() - Constructor for class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- TextLongReference - Class in net.openhft.chronicle.bytes.ref
-
reference to an array fo 32-bit in values in Text wire format.
- TextLongReference() - Constructor for class net.openhft.chronicle.bytes.ref.TextLongReference
-
- threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
- threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.bytes.MappedFile
-
- throwExceptionIfClosed() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- throwExceptionIfReleased(ReferenceCounted) - Static method in class net.openhft.chronicle.bytes.internal.ReferenceCountedUtil
-
Checks the provided referenceCounted
throwing a ClosedIllegalStateException if it has been previously released.
- throwExceptionIfReleased(Object) - Static method in class net.openhft.chronicle.bytes.internal.ReferenceCountedUtil
-
Checks the provided object
throwing a ClosedIllegalStateException if it implements
ReferenceCounted AND has been previously released.
- TIME - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- timestampFor(long) - Static method in class net.openhft.chronicle.bytes.DistributedUniqueTimeProvider
-
Extract the timestamp in nanoseconds from the timestampWithHostId
- to8bitString() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns the content of this BytesStore in 8bitString format.
- to8bitString(BytesStore) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- toByteArray(RandomDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- toByteArray() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- toCharArray(Bytes<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- toCharArray(Bytes<?>, long, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- toDebugString() - Method in interface net.openhft.chronicle.bytes.BytesStore
-
By default the maximum length of data shown is 256 characters.
- toDebugString(long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
- toDebugString(RandomDataInput, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- toDebugString(RandomDataInput, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- toEnd() - Method in interface net.openhft.chronicle.bytes.RingBufferReader
-
Take reader to just past the end of the RB
- toggle - Variable in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- toggle() - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- toHexString() - Method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new String representing the contents of this Bytes object in hexadecimal form encoding
at most 1024 bytes.
- toHexString(long) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new String representing the contents of this Bytes object in hexadecimal form encoding
at most the provided maxLength
bytes.
- toHexString(long, long) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new String representing the contents of this Bytes object in hexadecimal form
starting at the provided offset
encoding at most the provided maxLength
bytes.
- toHexString() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- toHexString(Bytes<?>, long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
display the hex data of Bytes from the position() to the limit()
- toString() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- toString(Bytes<?>) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a String extracted from the provided buffer
staring from the provided readPosition
to the
provided readLimit
.
- toString(Bytes<?>, long) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a string from the readPosition
to the readLimit
with a specified maximum length, The buffer is not modified
by this call.
- toString(Bytes<?>, long, long) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a String from the bytes of the provided buffer
with the provided length
staring from the provided offset
.
- toString() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- toString(RandomDataInput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- toString() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- toString() - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- toString() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.BinaryIntReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.BinaryLongReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.BinaryTwoLongReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.TextBooleanReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
- toString() - Method in class net.openhft.chronicle.bytes.ref.UncheckedLongReference
-
- toString() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- toString() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- toString0() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- toTemporaryDirectByteBuffer() - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- toTemporaryDirectByteBuffer() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
-
- toTemporaryDirectByteBuffer() - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- TRACE - Static variable in class net.openhft.chronicle.bytes.MappedBytes
-
- translate(long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- translate(long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- triviallyCopyableLength(Class) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Return the length of trivially copyable fields, note references are ignored as they are not trivially copyable.
- triviallyCopyableRange(Class) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- triviallyCopyableStart(Class) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Return the first byte of trivially copyable fields.
- TRUE - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- tryLock(boolean) - Method in interface net.openhft.chronicle.bytes.Byteable
-
Calls lock on the underlying file
- tryLock(long, long, boolean) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
Calls tryLock on the underlying file channel
- tryLock(long, long, boolean) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedFile
-
Calls tryLock on the underlying file channel
- tryLock(long, long, boolean) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
Calls tryLock on the underlying file channel
- tryLock(long, long, boolean) - Method in class net.openhft.chronicle.bytes.MappedFile
-
Calls tryLock on the underlying file channel
- tryLock(boolean) - Method in class net.openhft.chronicle.bytes.ref.AbstractReference
-
- tryReserve(ReferenceOwner) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- tryReserve(ReferenceOwner) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- TwoLongReference - Interface in net.openhft.chronicle.bytes.ref
-
- TYPE_LITERAL - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- TYPE_PREFIX - Static variable in interface net.openhft.chronicle.bytes.BinaryWireCode
-
- valueCount() - Method in class net.openhft.chronicle.bytes.util.AbstractInterner
-
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.MethodEncoderLookup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.StopCharTesters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.SyncMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.util.BinaryLengthLength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.util.Compressions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.bytes.util.PropertyReplacer
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesStoreHash
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.AppendableUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.MappedUniqueTimeProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.MethodEncoderLookup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.StopCharTesters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.SyncMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.util.BinaryLengthLength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.util.Compressions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.bytes.util.PropertyReplacer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaBytes<U> - Class in net.openhft.chronicle.bytes
-
Simple Bytes implementation which is not Elastic.
- VanillaBytes(BytesStore) - Constructor for class net.openhft.chronicle.bytes.VanillaBytes
-
- VanillaBytes(BytesStore, long, long) - Constructor for class net.openhft.chronicle.bytes.VanillaBytes
-
- vanillaBytes() - Static method in class net.openhft.chronicle.bytes.VanillaBytes
-
Return a VanillaBytes which can have it's bytesStore() replaced as needed.
- VanillaBytesStoreHash - Enum in net.openhft.chronicle.bytes.algo
-
- warmup() - Static method in class net.openhft.chronicle.bytes.internal.ChunkedMappedFile
-
- warmup() - Static method in class net.openhft.chronicle.bytes.MappedFile
-
- warnAndCloseIfNotClosed() - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- warnIfBytesOnBytes(BytesStore<B, U>) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- warnMissing(boolean) - Method in class net.openhft.chronicle.bytes.BytesMethodReaderBuilder
-
- warnMissing(boolean) - Method in interface net.openhft.chronicle.bytes.MethodReaderBuilder
-
- wrap(byte[]) - Static method in interface net.openhft.chronicle.bytes.BytesStore
-
Wraps a byte[].
- wrap(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.BytesStore
-
Wraps a ByteBuffer which can be either on heap or off heap.
- wrap(long, long) - Static method in interface net.openhft.chronicle.bytes.BytesStore
-
Returns a PointerBytesStore that wraps bytes from a starting address in memory.
- wrap(BytesStore<?, ?>) - Static method in class net.openhft.chronicle.bytes.internal.EmbeddedBytes
-
- wrap(HeapBytesStore<?>) - Static method in class net.openhft.chronicle.bytes.internal.EmbeddedBytes
-
- wrap(byte[]) - Static method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- wrap(ByteBuffer) - Static method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- wrap(ByteBuffer) - Static method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- wrapForRead(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new Bytes wrapping the provided byteBuffer
.
- wrapForRead(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new Bytes wrapping the provided byteArray
.
- wrapForWrite(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new Bytes wrapping the provided byteBuffer
.
- wrapForWrite(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
-
Creates and returns a new Bytes wrapping the provided byteArray
.
- wrapWithNativeBytes(BytesStore<?, T>, long) - Static method in class net.openhft.chronicle.bytes.NativeBytes
-
- write(RandomDataInput) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write(InputStream) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Writes the contents of the provided `inputStream` to the contents of this Bytes object.
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(InputStream) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(CharSequence) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(RandomDataInput) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(BytesStore<?, ?>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(byte[]) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write(int) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- write(String) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- write(String, int, int) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- write(char[], int, int) - Method in class net.openhft.chronicle.bytes.internal.ByteStringWriter
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- write(RandomDataInput) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- write(long, RandomDataInput) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- write(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- write(BytesStore<?, ?>) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- write(long, byte[], int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- write(long, ByteBuffer, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- write(long, RandomDataInput, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- write(long, byte[]) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Copies whole byte[] into this.
- write(long, byte[], int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Copies the provided byteArray
to this Bytes object starting at writeOffset
taking
content starting at readOffset
but copying at most length
bytes.
- write(long, ByteBuffer, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Copy from ByteBuffer into this.
- write(long, BytesStore) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- write(long, RandomDataInput, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Copy from RandomDataInput into this.
- write(Bytes<?>, long) - Static method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- write(Bytes<?>, long) - Static method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- write(boolean, BytesStore, long) - Static method in class net.openhft.chronicle.bytes.ref.TextBooleanReference
-
- write(Bytes<?>, long) - Static method in class net.openhft.chronicle.bytes.ref.TextIntArrayReference
-
- write(Bytes<?>, int) - Static method in class net.openhft.chronicle.bytes.ref.TextIntReference
-
- write(Bytes<?>, long) - Static method in class net.openhft.chronicle.bytes.ref.TextLongArrayReference
-
- write(Bytes<?>, long) - Static method in class net.openhft.chronicle.bytes.ref.TextLongReference
-
- write(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Writes the provided text
to this StreamingDataOutput at the current writePosition().
- write(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Writes the provided text
to this StreamingDataOutput at the current writePosition()
- write(RandomDataInput) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write all data or fail.
- write(BytesStore<?, ?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Writes all the passed BytesStore or it fails.
- write(RandomDataInput, long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write all data or fail.
- write(BytesStore<?, ?>, long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write all data or fail.
- write(byte[]) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write all data or fail.
- write(byte[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Writes all data from the provided byteArray
into this Bytes object.
- write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.StreamingOutputStream
-
- write(int) - Method in class net.openhft.chronicle.bytes.StreamingOutputStream
-
- write(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- write(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(RandomDataInput) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write(RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- write(long, CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
-
- write0(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write0(long, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- write8bit(String, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write8bit(BytesStore) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write8bit(long, BytesStore) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write8bit(long, String, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- write8bit(long, BytesStore) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(long, String, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(CharSequence) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(String, int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(String) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(BytesStore) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- write8bit(CharSequence, int, int) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- write8bit(long, BytesStore) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- write8bit(long, String, int, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- write8bit(long, BytesStore) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write8bit(long, String, int, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- write8bit(long, BytesStore) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- write8bit(long, String, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- write8bit(long, BytesStore) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write the stop bit length and copy the BytesStore
- write8bit(long, String, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- write8bit(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- write8bit(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- write8bit(String, int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- write8bit(String) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- write8bit(long, BytesStore) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write8bit(long, String, int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write8bit(BytesStore) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write8bit(String, int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- write8ByteAlignPadding(Bytes<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeBigDecimal(BigDecimal) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeBigDecimal(BigDecimal) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeBigInteger(BigInteger) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeBigInteger(BigInteger) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeBoolean(boolean) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeBoolean(long, boolean) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a boolean at an offset.
- writeBoolean(boolean) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- writeByte(long, byte) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeByte(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a byte at an offset.
- writeByte(long, byte) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write an unsigned byte at an offset.
- writeByte(byte) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeByte(byte) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- WriteBytesMarshallable - Interface in net.openhft.chronicle.bytes
-
Write data directly as Bytes.
- writeChar(char) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeCheck - Variable in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.OnHeapBytes
-
- writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeDouble(double) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeDouble(double) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeDouble(double) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeDouble(long, double) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a double at an offset.
- writeDouble(double) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeDouble(double) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeDoubleAndInt(double, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeDoubleAndInt(double, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeDoubleAndInt(double, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeDoubleAndInt(double, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeEnum(E) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeEnum(E) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeFile(String, Bytes<byte[]>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeFloat(float) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeFloat(float) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeFloat(float) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeFloat(long, float) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a float at an offset.
- writeFloat(float) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeFloat(float) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeFully(RandomDataInput, long, long, StreamingDataOutput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeHistogram(Histogram) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeHistogram(StreamingDataOutput, Histogram) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeHistogram(Histogram) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeInt(int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeInt(int) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeInt(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeInt(long, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write an int at an offset.
- writeInt(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeInt(long, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeInt(int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeInt24(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeInt24(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeInt24(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeInt24(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeIntAdv(int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeIntAdv(int, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeIntAdv(int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeIntAdv(int, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLength(Bytes<?>, long, long) - Method in enum net.openhft.chronicle.bytes.util.BinaryLengthLength
-
- writeLimit - Variable in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLimit() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLimit(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLimit() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeLimit(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeLimit(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeLimit(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeLimit - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLimit(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLimit() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLong(long) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeLong(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- writeLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a long at an offset.
- writeLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write a long
- writeLong(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeLongAdv(long, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeLongAdv(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeLongAdv(long, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeLongAdv(long, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeMarshallable(BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.BytesMarshallable
-
- writeMarshallable(WriteBytesMarshallable, BytesOut<?>) - Method in class net.openhft.chronicle.bytes.BytesMarshaller
-
- writeMarshallable(WriteBytesMarshallable, BytesOut<?>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeMarshallable(BytesOut<?>) - Method in class net.openhft.chronicle.bytes.ref.BinaryIntArrayReference
-
- writeMarshallable(BytesOut<?>) - Method in class net.openhft.chronicle.bytes.ref.BinaryLongArrayReference
-
- writeMarshallable(BytesOut<?>) - Method in interface net.openhft.chronicle.bytes.WriteBytesMarshallable
-
Write to Bytes.
- writeMarshallableLength16(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.bytes.Bytes
-
Writes the content of the provided marshallable
to this Bytes object converting from an object
to a number of bytes.
- writeMarshallableLength16(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.bytes.BytesOut
-
- writeMarshallableLength16(WriteBytesMarshallable) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeMaxInt(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Writes an int value at a specified offset if the value is not smaller than the current value at that offset.
- writeMaxLong(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
-
Writes a long value at a specified offset if the value is not smaller than the current value at that offset.
- writeObject(Class, Object) - Method in interface net.openhft.chronicle.bytes.BytesOut
-
Write a limit set of writeObject types.
- writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOffsetPositionMoved(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOffsetPositionMoved(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- writeOffsetPositionMoved(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeOffsetPositionMoved(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeOrderedDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a non stalling write with a store barrier.
- writeOrderedFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a non stalling write with a store barrier.
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOrderedInt(int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeOrderedInt(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeOrderedInt(long, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeOrderedInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a non stalling write with a store barrier.
- writeOrderedInt(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeOrderedInt(int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOrderedLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeOrderedLong(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeOrderedLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeOrderedLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Perform a non stalling write with a store barrier.
- writeOrderedLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeOrderedLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writePosition - Variable in class net.openhft.chronicle.bytes.AbstractBytes
-
- writePosition() - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writePosition(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writePosition(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writePosition() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
For HexDumpBytes it needs to remember the writePosition for the underlying bytes as well as the text hex dump, so it encodes both in one number so you can call writePosition later.
- writePosition(long) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writePosition() - Method in class net.openhft.chronicle.bytes.internal.EmbeddedBytes
-
- writePosition(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writePosition(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writePosition - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writePosition(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writePosition() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writePositionForHeader(boolean) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
obtain the writePosition skipping any padding needed for a header.
- writePositionRemaining(long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writePositionRemaining(long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writer() - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
-
- writeRemaining() - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeRemaining() - Method in class net.openhft.chronicle.bytes.internal.AbstractBytesStore
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeShort(short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeShort(short) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeShort(short) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeShort(long, short) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeShort(long, short) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write a short at an offset.
- writeShort(short) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeShort(long, short) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeShort(short) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.internal.ChunkedMappedBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.internal.SingleMappedBytes
-
- writeSkip(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Skip a number of bytes by moving the writePosition.
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeSkip(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeSome(ByteBuffer) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeSome(ByteBuffer) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeSome(Bytes<?>) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeSome(Bytes<?>) - Method in class net.openhft.chronicle.bytes.NativeBytes
-
- writeSome(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeSome(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write all data available from buffer, constrained by how much space available in this.
- writeSome(ByteBuffer) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeStopBit(StreamingDataOutput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeStopBit(BytesStore, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeStopBit(long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
-
- writeStopBit(char) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeStopBit(long) - Method in class net.openhft.chronicle.bytes.GuardedNativeBytes
-
- writeStopBit(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeStopBit(char) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeStopBit(double) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeStopBit(StreamingDataOutput, char) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBit(long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBit(StreamingDataOutput, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBit(RandomDataOutput, long, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBit(StreamingDataOutput, double) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBit(long) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writeStopBit(char) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writeStopBit(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write a stop bit encoded long
- writeStopBit(char) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeStopBit(double) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeStopBit0(StreamingDataOutput, long) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeStopBitDecimal(double) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeStopBitDecimal(double) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeStopBitNeg1(StreamingDataOutput) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeUnsignedByte(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUnsignedByte(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write an unsigned byte at an offset.
- writeUnsignedByte(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeUnsignedInt(long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUnsignedInt(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write an unsigned byte at an offset.
- writeUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeUnsignedInt24(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUnsignedInt24(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeUnsignedShort(int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUnsignedShort(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Write an unsigned byte at an offset.
- writeUnsignedShort(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeUtf8(CharSequence) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUtf8(String) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeUtf8(StreamingDataOutput, String) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeUtf8(StreamingDataOutput, CharSequence) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeUtf8(RandomDataOutput, long, CharSequence) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeUtf8(RandomDataOutput, long, CharSequence, int) - Static method in enum net.openhft.chronicle.bytes.internal.BytesInternal
-
- writeUtf8(CharSequence) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writeUtf8(String) - Method in class net.openhft.chronicle.bytes.internal.CommonMappedBytes
-
- writeUtf8(long, CharSequence) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Writes the provided text
into this RandomDataOutput
writing at the given writeOffset
,
in Utf8 format.
- writeUtf8(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
Write the same encoding as writeUTF
with the following changes.
- writeUtf8(String) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-
- writeUtf8(String) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
-
- writeUtf8Limited(long, CharSequence, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
Writes the given text
to this RandomDataOutput
writing at the provided writeOffset
,
in Utf8 format, checking that the utf8 encoding size of the given char sequence is less or
equal to the provided maxUtf8Len
, otherwise IllegalArgumentException
is thrown,
and no bytes of this RandomDataOutput
are overwritten.
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeVolatileByte(long, byte) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeVolatileByte(long, byte) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileByte(long, byte) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeVolatileDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeVolatileInt(long, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeVolatileInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileInt(long, int) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeVolatileLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeVolatileLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileLong(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.internal.HeapBytesStore
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.internal.NativeBytesStore
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.MappedBytesStore
-
- writeVolatileShort(long, short) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
-
Deprecated.
- writeVolatileShort(long, short) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
-
- writeVolatileShort(long, short) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
-
- writeWithLength(RandomDataInput) - Method in class net.openhft.chronicle.bytes.HexDumpBytes
-
- writeWithLength(RandomDataInput) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
-