Skip navigation links
A B C 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
 
acquireBytesForRead(long) - Method in class net.openhft.chronicle.bytes.MappedFile
Convenience method so you don't need to release the BytesStore
acquireBytesForRead(long, VanillaBytes) - Method in class net.openhft.chronicle.bytes.MappedFile
 
acquireBytesForWrite(long) - Method in class net.openhft.chronicle.bytes.MappedFile
 
acquireBytesForWrite(long, VanillaBytes) - Method in class net.openhft.chronicle.bytes.MappedFile
 
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(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
address(long) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
address(long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
address - Variable in class net.openhft.chronicle.bytes.NativeBytesStore
 
address(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
address(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
address(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
allocateDirect(long) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
allocateElasticDirect() - Static method in interface net.openhft.chronicle.bytes.Bytes
 
allocateElasticDirect(long) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
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(Appendable, double) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
append(Appendable, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
append(ACS, String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
append(long, long, 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
 
append8bit(StreamingDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
append8bit(long, RandomDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendDateMillis(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
appendDateMillis(ByteStringAppender, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendTimeMillis(long) - Method in interface net.openhft.chronicle.bytes.ByteStringAppender
 
appendTimeMillis(ByteStringAppender, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendUTF(StreamingDataOutput, CharSequence, int, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
appendUTF(StreamingDataOutput, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
applyAsLong(VanillaBytes) - Method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesHash
 
applyAsLong(BytesStore) - Method in enum net.openhft.chronicle.bytes.algo.VanillaBytesStoreHash
 
asBytes(RandomDataOutput, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
asInt(String) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
asSize(long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 

B

Byteable<Underlying> - Interface in net.openhft.chronicle.bytes
User: peter.lawrey Date: 07/10/13 Time: 21:38
byteCheckSum() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
byteCheckSum() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
Bytes<Underlying> - Interface in net.openhft.chronicle.bytes
 
bytesEqual(RandomDataInput, long, RandomDataInput, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
bytesEqual(long, RandomDataInput, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
bytesForRead() - Method in interface net.openhft.chronicle.bytes.Bytes
Creates a slice of the current Bytes based on its position() and limit().
bytesForRead() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
bytesForRead() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
bytesForWrite() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
bytesForWrite() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
 
bytesForWrite() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
bytesForWrite() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
bytesForWrite() - Method in class net.openhft.chronicle.bytes.PointerBytesStore
 
BytesMarshallable - Interface in net.openhft.chronicle.bytes
Created by peter on 13/08/15.
bytesStore - Variable in class net.openhft.chronicle.bytes.AbstractBytes
 
bytesStore() - Method 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.Bytes
 
BytesStore<B extends BytesStore<B,Underlying>,Underlying> - Interface in net.openhft.chronicle.bytes
A reference to some bytes with fixed extents.
bytesStore() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
bytesStore - Variable in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
bytesStore() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
bytesStore(BytesStore<Bytes<Underlying>, Underlying>, 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
ByteStringAppender<B extends ByteStringAppender<B>> - 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 - 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
 
checkReleased() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
clear() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
clear() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
close() - Method in class net.openhft.chronicle.bytes.MappedFile
 
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.ExpectedBytesStore
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
compareAndSwapInt(long, int, int) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
compareAndSwapInt(long, int, int) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
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.ExpectedBytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
compareAndSwapLong(long, long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
compareAndSwapLong(long, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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.BytesUtil
 
copy() - Method in interface net.openhft.chronicle.bytes.Bytes
 
copy() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
copy() - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
copy() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
copy() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
copy() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
copy() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
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
 
copyOf(Bytes) - Static method in class net.openhft.chronicle.bytes.NativeBytes
 
copyTo(BytesStore) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
copyTo(BytesStore) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
copyTo(byte[]) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
createCharToString() - Static method in interface net.openhft.chronicle.bytes.RandomDataInput
 

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
 
equalBytes(BytesStore, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
equalBytes(BytesStore, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
equalBytes(BytesStore, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
equalBytesAny(BytesStore, BytesStore, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
equals(Object) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
equals(Object, Object) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
equals(Object) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
equals(Object) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
equals(Object) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
equalsBytes(Bytes, long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
equalsBytes(Bytes, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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.util
 
EscapingStopCharsTester(StopCharsTester) - Constructor for class net.openhft.chronicle.bytes.util.EscapingStopCharsTester
 
EscapingStopCharTester - Class in net.openhft.chronicle.bytes.util
 
EscapingStopCharTester(StopCharTester) - Constructor for class net.openhft.chronicle.bytes.util.EscapingStopCharTester
 
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
 

F

from(String) - Static method in interface net.openhft.chronicle.bytes.Bytes
 

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(BytesStore, long, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 

H

hash(VanillaBytes) - Static method in interface net.openhft.chronicle.bytes.algo.BytesStoreHash
 
hash(BytesStore) - Static method in interface net.openhft.chronicle.bytes.algo.BytesStoreHash
 
hash(long) - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesHash
 
hashCode() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
hashCode() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
HeapBytesStore<Underlying> - Class in net.openhft.chronicle.bytes
 

I

inputStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
inside(long) - Method in interface net.openhft.chronicle.bytes.BytesStore
Use this test to determine if an offset is considered safe.
inside(long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
intern(Bytes) - Method in class net.openhft.chronicle.bytes.util.UTF8StringInterner
 
IORuntimeException - Exception in net.openhft.chronicle.bytes
 
IORuntimeException(String) - Constructor for exception net.openhft.chronicle.bytes.IORuntimeException
 
IORuntimeException(Throwable) - Constructor for exception net.openhft.chronicle.bytes.IORuntimeException
 
IORuntimeException(String, Throwable) - Constructor for exception net.openhft.chronicle.bytes.IORuntimeException
 
isClear() - Method in interface net.openhft.chronicle.bytes.Bytes
 
isClear() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
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.UncheckedBytes
 
isElastic() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
isElastic() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
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
 

L

lazyNativeBytesStoreWithFixedCapacity(long) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
length() - Method in interface net.openhft.chronicle.bytes.BytesStore
 

M

MappedBytes - Class in net.openhft.chronicle.bytes
 
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
 
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
 
MAX_CAPACITY - Static variable in interface net.openhft.chronicle.bytes.Bytes
 
maxSize() - Method in interface net.openhft.chronicle.bytes.Byteable
 
maxSize() - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
MEMORY - Static variable in enum net.openhft.chronicle.bytes.algo.OptimisedBytesHash
 
memory - Variable in class net.openhft.chronicle.bytes.NativeBytesStore
 

N

NativeBytes<Underlying> - Class in net.openhft.chronicle.bytes
 
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) - Constructor for class net.openhft.chronicle.bytes.NativeBytesStore
 
NativeBytesStore(long, long, Runnable, boolean) - Constructor for class net.openhft.chronicle.bytes.NativeBytesStore
 
nativePointer() - Static method in interface net.openhft.chronicle.bytes.BytesStore
 
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.
nativeRead(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
nativeRead(long, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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.
nativeWrite(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
nativeWrite(long, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
net.openhft.chronicle.bytes - package net.openhft.chronicle.bytes
 
net.openhft.chronicle.bytes.algo - package net.openhft.chronicle.bytes.algo
 
net.openhft.chronicle.bytes.util - package net.openhft.chronicle.bytes.util
 
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
 
noBytesStore() - Static method in enum net.openhft.chronicle.bytes.NoBytesStore
 

O

OptimisedBytesHash - Enum in net.openhft.chronicle.bytes.algo
Created by peter on 28/06/15.
outputStream() - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 

P

parse8bit(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit(long, RandomDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
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
 
parse8bit(StreamingDataInput, StringBuilder, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit(StreamingDataInput, Bytes, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit1(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit1(long, RandomDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit_SB1(Bytes, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parse8bit_SB1(long, NativeBytesStore, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseDouble(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
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(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
 
parseUTF1(StreamingDataInput, Appendable, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseUTF_SB1(Bytes, StringBuilder, int) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
parseWithLength(long, Function<S, R>) - 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
 
peekUnsignedByte() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
performRelease() - Method in class net.openhft.chronicle.bytes.MappedBytes
 
PointerBytesStore - Class in net.openhft.chronicle.bytes
 
PointerBytesStore() - Constructor for class net.openhft.chronicle.bytes.PointerBytesStore
 
printable(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 

R

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(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
 
rawCopy(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
read(byte[]) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read(byte[], int, int) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read(ByteBuffer) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read8bit(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
read8bit() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read8bit(Bytes) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
read8bit(ACS) - 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
 
readBoolean(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
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(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() - 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
Created by peter on 13/08/15.
readCheckOffset(long, long) - Method in class net.openhft.chronicle.bytes.MappedBytes
 
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(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() - 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(StreamingDataInput, Class<E>) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
readEnum(Class<E>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
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(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() - 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
 
readIncompleteLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
readIncompleteLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readIncompleteLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
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(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() - 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
 
readLimit() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readLimit(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
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
 
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(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() - 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(Bytes<?>) - Method in interface net.openhft.chronicle.bytes.ReadBytesMarshallable
 
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
 
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 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
 
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(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() - 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.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 interface net.openhft.chronicle.bytes.StreamingDataInput
 
readStopBitDouble(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
readStopBitDouble() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedByte(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedByte() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedByte(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
readUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUnsignedShort(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readUnsignedShort() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readUTFΔ(StreamingDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
readUTFΔ() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
The same as readUTF() except the length is stop bit encoded.
readUTFΔ(ACS) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
The same as readUTFΔ() except the chars are copied to a truncated StringBuilder.
readVolatileInt() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
readVolatileInt(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readVolatileInt(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readVolatileInt() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readVolatileInt() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
readVolatileLong() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
readVolatileLong(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
readVolatileLong(long) - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
readVolatileLong() - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
 
readVolatileLong() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
readWithLength(long, Consumer<S>) - Method in interface net.openhft.chronicle.bytes.StreamingDataInput
Perform a set of actions with a temporary bounds mode.
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.NativeBytesStore
 
realCapacity() - Method in interface net.openhft.chronicle.bytes.RandomDataInput
 
realCapacity() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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
 
refCount() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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.MappedFile
 
release() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
release() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
release() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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.MappedFile
 
reserve() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
reserve() - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
reserve() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 

S

safeLimit() - Method in interface net.openhft.chronicle.bytes.Bytes
 
safeLimit() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
safeLimit() - Method in class net.openhft.chronicle.bytes.MappedBytesStore
 
safeLimit() - Method in class net.openhft.chronicle.bytes.PointerBytesStore
 
set(long, long) - Method in class net.openhft.chronicle.bytes.PointerBytesStore
 
setAddress(long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
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
 
skipTo(ByteStringParser, StopCharTester) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
start() - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
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.NativeBytesStore
 
start() - Method in class net.openhft.chronicle.bytes.PointerBytesStore
 
start() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
stopBitLength(long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
StopCharsTester - Interface in net.openhft.chronicle.bytes
 
StopCharTester - Interface in net.openhft.chronicle.bytes
 
StopCharTesters - Enum in net.openhft.chronicle.bytes
 
StreamingDataInput<S extends StreamingDataInput<S>> - Interface in net.openhft.chronicle.bytes
This data input has a a position() and a limit()
StreamingDataOutput<S extends StreamingDataOutput<S>> - Interface in net.openhft.chronicle.bytes
Position based access.
subSequence(int, int) - Method in interface net.openhft.chronicle.bytes.BytesStore
 

T

to8bitString(BytesStore) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toDebugString() - Method in interface net.openhft.chronicle.bytes.BytesStore
 
toDebugString(RandomDataInput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toHexString() - Method in interface net.openhft.chronicle.bytes.Bytes
display the hex data of Bytes from the position() to the limit()
toHexString(long) - Method in interface net.openhft.chronicle.bytes.Bytes
 
toHexString(Bytes) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
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(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
toString(Bytes, long, long) - Static method in interface net.openhft.chronicle.bytes.Bytes
The buffer is not modified by this call
toString(RandomDataInput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
toString() - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
toString() - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
toString() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 

U

unchecked(boolean) - Method in interface net.openhft.chronicle.bytes.Bytes
 
unchecked(boolean) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
 
unchecked(boolean) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
UncheckedBytes<Underlying> - Class in net.openhft.chronicle.bytes
Fast unchecked version of AbstractBytes
UncheckedBytes(Bytes) - Constructor for class net.openhft.chronicle.bytes.UncheckedBytes
 
UncheckedNativeBytes<Underlying> - Class in net.openhft.chronicle.bytes
Fast unchecked version of AbstractBytes
UncheckedNativeBytes(Bytes<Underlying>) - Constructor for class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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
 
underlyingObject() - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
UTF8StringInterner - Class in net.openhft.chronicle.bytes.util
 
UTF8StringInterner(int) - Constructor for class net.openhft.chronicle.bytes.util.UTF8StringInterner
 

V

valueOf(String) - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesHash
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.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.
values() - Static method in enum net.openhft.chronicle.bytes.algo.OptimisedBytesHash
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.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.
VanillaBytes<Underlying> - Class in net.openhft.chronicle.bytes
 
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
 
VanillaBytesStoreHash - Enum in net.openhft.chronicle.bytes.algo
Created by peter on 28/06/15.

W

wrap(byte[]) - Static method in interface net.openhft.chronicle.bytes.BytesStore
 
wrap(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.BytesStore
 
wrap(ByteBuffer) - Static method in class net.openhft.chronicle.bytes.NativeBytesStore
 
wrapForRead(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
wrapForRead(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
wrapForWrite(ByteBuffer) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
wrapForWrite(byte[]) - Static method in interface net.openhft.chronicle.bytes.Bytes
 
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(ByteBuffer) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
write(BytesStore, long, long, StreamingDataOutput) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
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, RandomDataInput, 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, RandomDataInput, long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.MappedBytes
 
write(byte[], int, int) - Method in class net.openhft.chronicle.bytes.NativeBytes
 
write(BytesStore, 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, RandomDataInput, 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, RandomDataInput, 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, RandomDataInput, long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
write(BytesStore) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write(BytesStore, 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(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
 
write(BytesStore, 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(ByteBuffer) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
write(BytesStore, long, long) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
write(String, int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
write(long, String, int, int) - Method in class net.openhft.chronicle.bytes.VanillaBytes
 
write8bit(StreamingDataOutput, CharSequence) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
write8bit(StreamingDataOutput, BytesStore) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
write8bit(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
write8bit(BytesStore) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeBoolean(long, boolean) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
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(long, byte) - Method in class net.openhft.chronicle.bytes.ExpectedBytesStore
 
writeByte(long, byte) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
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(byte) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
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
Created by peter on 13/08/15.
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(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(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
 
writeEnum(E) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
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(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(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
 
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(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(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
 
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(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, 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.NativeBytesStore
 
writeLong(long, long) - Method in enum net.openhft.chronicle.bytes.NoBytesStore
 
writeLong(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeLong(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeLong(long, long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
writeLong(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
writeMarshallable(Bytes) - Method in interface net.openhft.chronicle.bytes.WriteBytesMarshallable
 
writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.AbstractBytes
 
writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedBytes
 
writeOffsetPositionMoved(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
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(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(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.ExpectedBytesStore
 
writeOrderedLong(long, long) - Method in class net.openhft.chronicle.bytes.HeapBytesStore
 
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(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 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
 
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(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(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.UncheckedBytes
 
writeSkip(long) - Method in class net.openhft.chronicle.bytes.UncheckedNativeBytes
 
writeStopBit(StreamingDataOutput, long) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
writeStopBit(StreamingDataOutput, double) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
writeStopBit(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeStopBit(double) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedByte(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedByte(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedInt(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedInt(long) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUnsignedShort(long, int) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
writeUnsignedShort(int) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
 
writeUTF(StreamingDataOutput, CharSequence) - Static method in enum net.openhft.chronicle.bytes.BytesUtil
 
writeUTFΔ(CharSequence) - Method in interface net.openhft.chronicle.bytes.StreamingDataOutput
Write the same encoding as writeUTF with the following changes.

Z

zeroOut(long, long) - Method in interface net.openhft.chronicle.bytes.BytesStore
 
zeroOut(long, long) - Method in class net.openhft.chronicle.bytes.NativeBytesStore
 
zeroOut(long, long) - Method in interface net.openhft.chronicle.bytes.RandomDataOutput
 
A B C 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.