Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

AbstractBytes<Underlying> - Class in net.openhft.chronicle.bytes
 
AbstractBytes(BytesStore<Bytes<Underlying>, Underlying>) - Constructor for class net.openhft.chronicle.bytes.AbstractBytes
 
access() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
Access<T> - Interface in net.openhft.chronicle.bytes
 
access(S) - Method in interface net.openhft.chronicle.bytes.Accessor
Returns Access for the given source.
access() - Method in interface net.openhft.chronicle.bytes.Bytes
 
access() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
access() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
access() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
access() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
access() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
access() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
access() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
access() - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
access() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
access() - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
AccessCommon<T> - Interface in net.openhft.chronicle.bytes
 
accessHandle() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
accessHandle() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
accessHandle() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
accessHandle() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
accessHandle() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
accessHandle() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
accessOffset(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
accessOffset(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
accessOffset(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
accessOffset(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
accessOffset(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
accessOffset(long) - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
Accessor<S,T,A extends AccessCommon<T>> - Interface in net.openhft.chronicle.bytes
 
Accessor.Full<S,T> - Interface in net.openhft.chronicle.bytes
 
Accessor.Read<S,T> - Interface in net.openhft.chronicle.bytes
 
accessPositionOffset() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
acquireBytes(long) - Method in class net.openhft.chronicle.bytes.MappedFile
Convenience method so you don't need to release the BytesStore
acquireByteStore(long) - Method in class net.openhft.chronicle.bytes.MappedFile
 
addAndGetInt(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
addAndGetLong(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
address() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
address() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
address() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
address - Variable in class net.openhft.chronicle.bytes.NativeBytesStore
 
address() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
address() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
address() - Method in interface net.openhft.chronicle.bytes.RandomCommon
Obtain the underlying address.
append(char) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(CharSequence) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(float) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(double) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(CharSequence, int, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(long, int) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
append(S, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
append(RandomDataOutput, long, long, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
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.BytesUtil
 
append(long, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
appendUTF(StreamingDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendUTF(WriteAccess<T>, T, long, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendUTF(StreamingDataOutput, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendUTF(WriteAccess<T>, T, long, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
asInt(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
asLong(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 

B

booleanAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
booleanArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
Byteable<Underlying> - Interface in net.openhft.chronicle.bytes
User: peter.lawrey Date: 07/10/13 Time: 21:38
byteAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
byteArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
byteOrder(T) - Method in interface net.openhft.chronicle.bytes.AccessCommon
 
byteOrder(T) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
byteOrder() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
byteOrder(R) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
Bytes<Underlying> - Interface in net.openhft.chronicle.bytes
 
bytes() - Method in interface net.openhft.chronicle.bytes.Bytes
Creates a slice of the current Bytes based on its position() and limit().
bytes() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
bytes(UnderflowMode) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
bytes() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
 
bytes() - Method in class net.openhft.chronicle.bytes.MappedFile
 
bytes() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
bytes(UnderflowMode) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
bytes() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
bytes() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
BytesMarshallable - Interface in net.openhft.chronicle.bytes
Integrated marshaller for objects.
BytesMarshaller<E> - Interface in net.openhft.chronicle.bytes
External marshaller for classes.
bytesStore - Variable in class net.openhft.chronicle.bytes.AbstractBytes
 
bytesStore(BytesStore<Bytes<Underlying>, Underlying>, 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<B extends BytesStore<B,Underlying>,Underlying> - Interface in net.openhft.chronicle.bytes
A reference to some bytes with fixed extents.
bytesStore(BytesStore<Bytes<Underlying>, Underlying>, long, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
bytesStore(BytesStore<Bytes<Underlying>, Underlying>) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
bytesStore() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
bytesThreadLocal() - Method in class net.openhft.chronicle.bytes.MappedFile
 
ByteStringAppender<B extends ByteStringAppender<B,A,AT>,A extends WriteAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
 
ByteStringParser<B extends ByteStringParser<B,A,AT>,A extends ReadAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
 
BytesUtil - Enum in net.openhft.chronicle.bytes
 

C

capacity() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
capacity() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
capacity() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
capacity() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
capacity() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
capacity() - Method in class net.openhft.chronicle.bytes.MappedFile
 
capacity() - Method in class net.openhft.chronicle.bytes.NativeBytes
 
capacity() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
capacity() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
capacity() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
capacity() - Method in class net.openhft.chronicle.bytes.SubBytes
 
capacity() - Method in class net.openhft.chronicle.bytes.SubZeroedBytes
 
characterAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
charArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
charAt(int) - Method in interface net.openhft.chronicle.bytes.Bytes
 
checkedByteBufferAccess() - Static method in interface net.openhft.chronicle.bytes.Access
 
checkedByteBufferAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
checkedBytesStoreAccess() - Static method in interface net.openhft.chronicle.bytes.Access
 
checkedBytesStoreAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
checkedCharSequenceAccess(ByteOrder) - Static method in interface net.openhft.chronicle.bytes.Accessor
 
checkedNativeCharSequenceAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
checkOffset(long, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
clear() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
clear() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
close() - Method in class net.openhft.chronicle.bytes.MappedFile
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
compareAndSwapInt(T, long, int, int) - Method in interface net.openhft.chronicle.bytes.Access
Default implementation: throws UnsupportedOperationException.
compareAndSwapInt(long, int, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
compareAndSwapInt(T, long, int, int) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
compareAndSwapInt(long, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
compareAndSwapLong(T, long, long, long) - Method in interface net.openhft.chronicle.bytes.Access
Default implementation: throws UnsupportedOperationException.
compareAndSwapLong(long, long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
compareAndSwapLong(T, long, long, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
compareAndSwapLong(long, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
compareTo(T, long, ReadAccess<S>, S, long, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
copy(ReadAccess<S>, S, long, WriteAccess<T>, T, long, long) - Static method in interface net.openhft.chronicle.bytes.Access
 
copy(Accessor<S, ST, SA>, S, long, WriteAccess<T>, T, long, long) - Static method in interface net.openhft.chronicle.bytes.Access
 
copy(ReadAccess<S>, S, long, Accessor<T, TT, TA>, T, long, long) - Static method in interface net.openhft.chronicle.bytes.Access
 
copyTo(BytesStore) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
copyTo(BytesStore) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 

D

doubleAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
doubleArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 

E

elasticByteBuffer() - Static method in interface net.openhft.chronicle.bytes.Bytes
 
elasticByteBuffer() - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
elasticByteBuffer(int) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
ensureCapacity(long) - Method in interface net.openhft.chronicle.bytes.Bytes
grow the buffer if the buffer is elastic, if the buffer is not elastic and there is not enough capacity then this method will throws BufferOverflowException
ensureCapacity(long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
equals(Object) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
equivalent(Accessor<T, TT, TA>, T, long, ReadAccess<U>, U, long, long) - Static method in interface net.openhft.chronicle.bytes.Access
 
equivalent(ReadAccess<T>, T, long, ReadAccess<U>, U, long, long) - Static method in interface net.openhft.chronicle.bytes.Access
 
escaping() - Method in interface net.openhft.chronicle.bytes.StopCharsTester
 
escaping() - Method in interface net.openhft.chronicle.bytes.StopCharTester
 
EscapingStopCharsTester - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 16/01/15.
EscapingStopCharTester - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 16/01/15.
expect(String) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
expect(BytesStore<B, Underlying>) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
ExpectedBytesStore<B extends BytesStore<B,Underlying>,Underlying> - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 17/04/15.

F

finalize() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
findUTFLength(CharSequence) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
flip() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
flip() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
floatAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
floatArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
forChars(CharSequence) - Static method in enum net.openhft.chronicle.bytes.StopCharTesters
 

G

getAndAddInt(long, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
getAndAddInt(BytesStore, long, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
getAndAddLong(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
getAndAddLong(BytesStore, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 

H

handle(S) - Method in interface net.openhft.chronicle.bytes.Accessor
Returns handle for Access to the given source.
hashCode() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
HeapBytesStore<Underlying> - Class in net.openhft.chronicle.bytes
 

I

inputStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
instance() - Static method in class net.openhft.chronicle.bytes.NativeAccess
 
inStore(long) - Method in interface net.openhft.chronicle.bytes.BytesStore
Use this test to determine if an offset is considered safe.
inStore(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
intArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
integerAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
InterruptedRuntimeException - Exception in net.openhft.chronicle.bytes
Created by Rob Austin
InterruptedRuntimeException(Throwable) - Constructor for exception net.openhft.chronicle.bytes.InterruptedRuntimeException
 
IORuntimeException - Exception in net.openhft.chronicle.bytes
 
IORuntimeException(String) - Constructor for exception net.openhft.chronicle.bytes.IORuntimeException
 
IORuntimeException(Exception) - Constructor for exception net.openhft.chronicle.bytes.IORuntimeException
 
isElastic() - Method in interface net.openhft.chronicle.bytes.Bytes
 
isElastic() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
isElastic() - Method in class net.openhft.chronicle.bytes.NativeBytes
 
isElastic() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
isElastic() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
isNative() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
isNative() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
isNative() - Method in class net.openhft.chronicle.bytes.NativeBytes
 
isNative() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
isStopChar(int, int) - Method in class net.openhft.chronicle.bytes.EscapingStopCharsTester
 
isStopChar(int) - Method in class net.openhft.chronicle.bytes.EscapingStopCharTester
 
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

L

lazyNativeBytesStoreWithFixedCapacity(long) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
length() - Method in interface net.openhft.chronicle.bytes.Bytes
 
limit() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
limit(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
limit() - Method in interface net.openhft.chronicle.bytes.Bytes
 
limit(long) - Method in interface net.openhft.chronicle.bytes.Bytes
 
limit() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
limit(long) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
longAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
longArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 

M

MappedBytes - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 24/02/15.
mappedBytes(String, long) - Static method in class net.openhft.chronicle.bytes.MappedBytes
 
mappedBytes(File, long) - Static method in class net.openhft.chronicle.bytes.MappedBytes
 
MappedBytesStore - Class in net.openhft.chronicle.bytes
 
MappedBytesStore(ReferenceCounted, long, long, long, long) - Constructor for class net.openhft.chronicle.bytes.MappedBytesStore
 
MappedFile - Class in net.openhft.chronicle.bytes
 
mappedFile(File, long) - Static method in class net.openhft.chronicle.bytes.MappedFile
 
mappedFile(String, long) - Static method in class net.openhft.chronicle.bytes.MappedFile
 
mappedFile(String, long, long) - Static method in class net.openhft.chronicle.bytes.MappedFile
 
mappedFile(File, long, long) - Static method in class net.openhft.chronicle.bytes.MappedFile
 
mark() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
mark() - Method in interface net.openhft.chronicle.bytes.Bytes
Deprecated.
Don't use mark() or reset(), use a lambda method like withLength
maxSize() - Method in interface net.openhft.chronicle.bytes.Byteable
 
maxSize() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 

N

name() - Method in class net.openhft.chronicle.bytes.MappedFile
 
nativeAccess() - Static method in interface net.openhft.chronicle.bytes.Access
 
NativeAccess<T> - Class in net.openhft.chronicle.bytes
 
NativeBytes<Underlying> - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 24/02/15.
nativeBytes() - Static method in class net.openhft.chronicle.bytes.NativeBytes
 
nativeBytes(long) - Static method in class net.openhft.chronicle.bytes.NativeBytes
 
NativeBytesStore<Underlying> - Class in net.openhft.chronicle.bytes
 
NativeBytesStore(long, long, Runnable, boolean) - Constructor for class net.openhft.chronicle.bytes.NativeBytesStore
 
nativeRead(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
nativeRead(long, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
nativeRead(long, long, long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
nativeRead(long, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
nativeRead(long, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
nativeRead(long, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
nativeRead(long, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
expert level method for copying data to native memory.
nativeRead(long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
This is an expert level method for copying raw native memory in bulk.
nativeStore(long) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
this is an elastic native store
nativeStoreWithFixedCapacity(long) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
nativeWrite(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
nativeWrite(long, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
nativeWrite(long, long, long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
nativeWrite(long, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
nativeWrite(long, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
nativeWrite(long, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
nativeWrite(long, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
expert level method to copy data from native memory into the BytesStore
nativeWrite(long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
This is an expert level method for writing out data to native memory.
net.openhft.chronicle.bytes - package net.openhft.chronicle.bytes
 
NO_BYTES - Static variable in enum net.openhft.chronicle.bytes.NoBytesStore
 
NO_PAGE - Static variable in enum net.openhft.chronicle.bytes.NoBytesStore
 
NoBytesStore - Enum in net.openhft.chronicle.bytes
Created by peter.lawrey on 24/02/15.
noBytesStore() - Static method in enum net.openhft.chronicle.bytes.NoBytesStore
 
NOT_READY - Static variable in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
numberTooLarge(int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 

O

objectInput() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
objectStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
offset(S, long) - Method in interface net.openhft.chronicle.bytes.Accessor
Convert index in the source domain to Access offset.
offset() - Method in interface net.openhft.chronicle.bytes.Byteable
 
offset() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
outputStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 

P

parse8bit(Appendable, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parse8bit(StreamingDataInput, StringBuilder, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit(StreamingDataInput, Bytes, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseDouble() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parseDouble(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseLong() - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parseLong(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseLong(RandomDataInput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
parseUTF(StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parseUTF(Appendable, StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parseUTF(Appendable, StopCharsTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
parseUTF(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseUTF(StreamingDataInput, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseUTF(StreamingDataInput, Appendable, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseUTF(StreamingDataInput, Appendable, StopCharsTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
peakVolatileInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
peakVolatileInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
peekUnsignedByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
performRelease() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
performRelease() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
performRelease() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
position() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
position(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
position(long) - Method in interface net.openhft.chronicle.bytes.Bytes
 
position() - Method in interface net.openhft.chronicle.bytes.Bytes
 
position(long) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
position() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
printable(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
printable(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 

R

RandomCommon<S extends RandomCommon<S,A,AT>,A extends AccessCommon<AT>,AT> - Interface in net.openhft.chronicle.bytes
 
RandomDataInput<S extends RandomDataInput<S,A,AT>,A extends ReadAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
This allows random access to the underling bytes.
RandomDataOutput<R extends RandomDataOutput<R,A,AT>,A extends WriteAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
 
RandomDataOutputAccess<R extends RandomDataOutput<R,?,?>> - Interface in net.openhft.chronicle.bytes
 
read(byte[]) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
read(ByteBuffer) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
read(Bytes) - Method in interface net.openhft.chronicle.bytes.BytesMarshaller
Reads and returns an object from bytes.
read(Bytes, E) - Method in interface net.openhft.chronicle.bytes.BytesMarshaller
Reads and returns an object from bytes, reusing the given object, if possible.
read(byte[]) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
ReadAccess<T> - Interface in net.openhft.chronicle.bytes
 
readBoolean(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readBoolean(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
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(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readByte(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readByte(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readByte(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readByte(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readByte(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readByte() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readChar(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readChar(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytes
 
readCheckOffset0(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readDouble() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readDouble(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readDouble(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readDouble(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readDouble(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readDouble(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readDouble(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readDouble(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readDouble(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
Default implementation: Double.longBitsToDouble(readLong(handle, offset)).
readDouble() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readDouble() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readFloat() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readFloat(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readFloat(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readFloat(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readFloat(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readFloat(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readFloat(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readFloat(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readFloat(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
Default implementation: Float.intBitsToFloat(readInt(handle, offset)).
readFloat() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readFloat() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readInt(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readInt(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readInt(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readInt(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readInt(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readInt(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readInt(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readInt() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readLimit() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
readLong() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readLong(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readLong(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readLong(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readLong(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readLong(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readLong() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readMarshallable(Bytes) - Method in interface net.openhft.chronicle.bytes.BytesMarshallable
read an object from bytes
readOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readShort() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readShort(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readShort(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
readShort(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
readShort(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readShort(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readShort(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
readShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readShort(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readShort() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readShort() - Method in class net.openhft.chronicle.bytes.ZeroedBytes
 
readStopBit(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
readStopBit() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedByte(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readUnsignedByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedInt(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readUnsignedInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedShort(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
 
readUnsignedShort() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUTFΔ(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
readUTFΔ(ACS) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUTFΔ() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readVolatileInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readVolatileInt(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readVolatileInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readVolatileInt(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
Default implementation: throws UnsupportedOperationException.
readVolatileInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readVolatileLong() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readVolatileLong(T, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readVolatileLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readVolatileLong(T, long) - Method in interface net.openhft.chronicle.bytes.ReadAccess
Default implementation: throws UnsupportedOperationException.
readVolatileLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
realCapacity() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
realCapacity() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
realCapacity() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
realCapacity() - Method in interface net.openhft.chronicle.bytes.RandomCommon
 
realCapacity() - Method in class net.openhft.chronicle.bytes.SubBytes
 
realCapacity() - Method in class net.openhft.chronicle.bytes.SubZeroedBytes
 
realCapacity() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
refCount() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
refCount() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
refCount() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
refCount() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
refCount() - Method in class net.openhft.chronicle.bytes.MappedFile
 
refCount() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
refCount() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
referenceCounts() - Method in class net.openhft.chronicle.bytes.MappedFile
 
release() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
release() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
release() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
release() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
release() - Method in class net.openhft.chronicle.bytes.MappedFile
 
release() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
release() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
remaining() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
reply(long, Function<S, R>) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
reserve() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
reserve() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
reserve() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
reserve() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
reserve() - Method in class net.openhft.chronicle.bytes.MappedFile
 
reserve() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
reserve() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
reset() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
reset() - Method in interface net.openhft.chronicle.bytes.Bytes
Deprecated.
Don't use mark() or reset(), use a lambda method like withLength

S

safeLimit() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
safeLimit() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
 
setCharAt(Appendable, int, char) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
setLength(Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
shortAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
shortArrayAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
size(long) - Method in interface net.openhft.chronicle.bytes.Accessor
Convert size (length) in the source domain to size in bytes.
skip(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
skip(long) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
skipTo(StopCharTester) - Method in interface net.openhft.chronicle.bytes.ByteStringParser
 
skipTo(ByteStringParser, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
start() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
start() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
start() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
start() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
 
start() - Method in class net.openhft.chronicle.bytes.SubBytes
 
start() - Method in class net.openhft.chronicle.bytes.SubZeroedBytes
 
StopCharsTester - Interface in net.openhft.chronicle.bytes
 
StopCharTester - Interface in net.openhft.chronicle.bytes
 
StopCharTesters - Enum in net.openhft.chronicle.bytes
 
StreamingCommon<S extends StreamingCommon<S,A,AT>,A extends AccessCommon<AT>,AT> - Interface in net.openhft.chronicle.bytes
 
StreamingDataInput<S extends StreamingDataInput<S,A,AT>,A extends ReadAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
This data input has a a position() and a limit()
StreamingDataOutput<S extends StreamingDataOutput<S,A,AT>,A extends WriteAccess<AT>,AT> - Interface in net.openhft.chronicle.bytes
Position based access.
stringAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
SubBytes<Underlying> - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 19/04/15.
SubBytes(BytesStore, long, long) - Constructor for class net.openhft.chronicle.bytes.SubBytes
 
subSequence(int, int) - Method in interface net.openhft.chronicle.bytes.Bytes
 
SubZeroedBytes<Underlying> - Class in net.openhft.chronicle.bytes
Created by peter.lawrey on 19/04/15.
SubZeroedBytes(BytesStore, UnderflowMode, long, long) - Constructor for class net.openhft.chronicle.bytes.SubZeroedBytes
 

T

toDebugString(Bytes) - Static method in interface net.openhft.chronicle.bytes.Bytes
Creates a string from the position to the limit, The buffer is not modified by this call
toDebugString(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
Creates a string from the position to the limit, The buffer is not modified by this call
toDebugString(Bytes, long, long) - Static method in interface net.openhft.chronicle.bytes.Bytes
The buffer is not modified by this call
toDebugString(RandomDataInput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toDebugString(long) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
toDebugString() - Method in interface net.openhft.chronicle.bytes.StreamingCommon
 
toHex(Bytes, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
display the hex data of Bytes from the position() to the limit()
toHexString() - Method in interface net.openhft.chronicle.bytes.Bytes
display the hex data of Bytes from the position() to the limit()
toHexString(Bytes, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
display the hex data of Bytes from the position() to the limit()
toString() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
toString(RandomDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toString(RandomDataInput, Appendable, long, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toString(RandomDataInput, StringBuilder) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toString() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 

U

uncheckedByteBufferAccessor(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Accessor
 
uncheckedBytesStoreAccessor() - Static method in interface net.openhft.chronicle.bytes.Accessor
 
underflowMode() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
underflowMode(UnderflowMode) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
underflowMode() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
underflowMode(UnderflowMode) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
UnderflowMode - Enum in net.openhft.chronicle.bytes
 
underlyingObject() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
underlyingObject() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
underlyingObject() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
underlyingObject() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
underlyingObject() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
underlyingObject() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
UTFDataFormatRuntimeException - Exception in net.openhft.chronicle.bytes
 
UTFDataFormatRuntimeException(String) - Constructor for exception net.openhft.chronicle.bytes.UTFDataFormatRuntimeException
 

V

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.NoBytesStore
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.UnderflowMode
Returns the enum constant of this type with the specified name.
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.NoBytesStore
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.UnderflowMode
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaBytes<Underlying> - Class in net.openhft.chronicle.bytes
 
VanillaBytes(BytesStore) - Constructor for class net.openhft.chronicle.bytes.VanillaBytes
 

W

with(long, long, Consumer<Bytes>) - Method in interface net.openhft.chronicle.bytes.BytesStore
Perform a set of actions with a temporary bounds mode.
withLength(long, Consumer<S>) - Method in interface net.openhft.chronicle.bytes.StreamingCommon
Perform a set of actions with a temporary bounds mode.
wrap(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
wrap(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
wrap(byte[]) - Static method in interface net.openhft.chronicle.bytes.BytesStore
 
wrap(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.BytesStore
 
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, Bytes, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(Bytes) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(Bytes, long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(ByteBuffer) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(Bytes, E) - Method in interface net.openhft.chronicle.bytes.BytesMarshaller
Write the object out to the bytes.
write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
write(long, Bytes, long, long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
write(long, Bytes, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
write(Bytes, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
write(long, byte[], int, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
write(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
write(long, Bytes, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
write(long, byte[], int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
write(long, ByteBuffer, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
write(long, Bytes, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
write(long, byte[]) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(long, byte[], int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(long, ByteBuffer, int, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(long, Bytes) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(long, Bytes, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(Bytes) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(Bytes, long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(byte[]) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(byte[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(ReadAccess<T>, T, long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(Accessor<T, H, ? extends ReadAccess<H>>, T, long, long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
WriteAccess<T> - Interface in net.openhft.chronicle.bytes
 
writeBoolean(long, boolean) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeBoolean(R, long, boolean) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeBoolean(boolean) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeBoolean(T, long, boolean) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeByte(byte) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeByte(T, long, byte) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeByte(long, byte) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeByte(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeByte(long, byte) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeByte(R, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeByte(R, long, byte) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeByte(byte) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeByte(T, long, int) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeByte(T, long, byte) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeBytes(T, long, long, byte) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeBytes(T, long, long, byte) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeChar(T, long, char) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeChar(T, long, char) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytes
 
writeCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeDouble(double) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeDouble(T, long, double) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeDouble(long, double) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeDouble(long, double) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeDouble(long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeDouble(R, long, double) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeDouble(double) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeDouble(T, long, double) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeFloat(float) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeFloat(T, long, float) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeFloat(long, float) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeFloat(long, float) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeFloat(long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeFloat(R, long, float) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeFloat(float) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeFloat(T, long, float) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeFrom(T, long, ReadAccess<S>, S, long, long) - Method in interface net.openhft.chronicle.bytes.WriteAccess
writeInt(long, int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeInt(int) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeInt(long, int) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeInt(long, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeInt(T, long, int) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeInt(long, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeInt(long, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeInt(R, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeInt(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeInt(T, long, int) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeLong(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytes
 
writeLong(T, long, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeLong(R, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeLong(T, long, long) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeMarshallable(Bytes) - Method in interface net.openhft.chronicle.bytes.BytesMarshallable
write an object to bytes
writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
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.ExpectedBytesStore
 
writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeOrderedInt(T, long, int) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeOrderedInt(long, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeOrderedInt(long, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeOrderedInt(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeOrderedInt(R, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeOrderedInt(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeOrderedInt(T, long, int) - Method in interface net.openhft.chronicle.bytes.WriteAccess
Default implementation: throws UnsupportedOperationException.
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.ExpectedBytesStore
 
writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeOrderedLong(T, long, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeOrderedLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeOrderedLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeOrderedLong(R, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeOrderedLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeOrderedLong(T, long, long) - Method in interface net.openhft.chronicle.bytes.WriteAccess
Default implementation: throws UnsupportedOperationException.
writeShort(long, short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeShort(short) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeShort(long, short) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeShort(long, short) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
writeShort(T, long, short) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
writeShort(long, short) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
writeShort(long, short) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeShort(long, short) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeShort(R, long, short) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeShort(short) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeShort(T, long, short) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeStopBit(StreamingDataOutput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
writeStopBit(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedByte(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedByte(R, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeUnsignedByte(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedByte(T, long, int) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeUnsignedInt(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedInt(R, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedInt(T, long, long) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeUnsignedShort(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedShort(R, long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutputAccess
 
writeUnsignedShort(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedShort(T, long, int) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
writeUTF(StreamingDataOutput, CharSequence) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
writeUTFΔ(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 

Z

ZeroedBytes<Underlying> - Class in net.openhft.chronicle.bytes
 
ZeroedBytes(BytesStore, UnderflowMode) - Constructor for class net.openhft.chronicle.bytes.ZeroedBytes
 
zeroOut(long, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
zeroOut(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
zeroOut(T, long, long) - Method in class net.openhft.chronicle.bytes.NativeAccess
 
zeroOut(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
zeroOut(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
zeroOut(T, long, long) - Method in interface net.openhft.chronicle.bytes.WriteAccess
 
zeros() - Static method in interface net.openhft.chronicle.bytes.ReadAccess
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.