- RandomDataInput - Interface in net.openhft.lang.io
-
- RandomDataOutput - Interface in net.openhft.lang.io
-
- RandomDataUpdate - Interface in net.openhft.lang.io
-
This class supports updates which are a companion to RandomDataInput and RandomDataOutput
- Range - Annotation Type in net.openhft.lang.model.constraints
-
The lowest to highest values allowed (inclusive)
- range() - Method in interface net.openhft.lang.model.FieldModel
-
- RawCopier<T> - Class in net.openhft.lang.io.serialization
-
User: peter.lawrey Date: 22/09/13 Time: 16:51
- RawCopier(Class<T>) - Constructor for class net.openhft.lang.io.serialization.RawCopier
-
- read(ByteBuffer) - Method in class net.openhft.lang.io.AbstractBytes
-
- read() - Method in class net.openhft.lang.io.AbstractBytes
-
- read(byte[]) - Method in class net.openhft.lang.io.AbstractBytes
-
- read(byte[], int, int) - Method in class net.openhft.lang.io.AbstractBytes
-
- read(byte[], int, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- read(byte[], int, int) - Method in class net.openhft.lang.io.NativeBytes
-
- read(ByteBuffer) - Method in interface net.openhft.lang.io.RandomDataInput
-
Copy bytes into a ByteBuffer to the minimum of the length remaining() in the ByteBuffer or the
Excerpt.
- read() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads a byte of data.
- read(byte[]) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads into an array of bytes.
- read(byte[], int, int) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads into an array of bytes.
- read(Bytes) - Method in interface net.openhft.lang.io.serialization.BytesMarshaller
-
Read bytes and obtain an object
- read(Bytes, T) - Method in class net.openhft.lang.io.serialization.direct.ObjectMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.BytesMarshallableMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.ClassMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.DateMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.EnumBytesMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.ExternalizableMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.GenericEnumMarshaller
-
- read(Bytes) - Method in enum net.openhft.lang.io.serialization.impl.NoMarshaller
-
- read(Bytes) - Method in class net.openhft.lang.io.serialization.impl.StringMarshaller
-
- readBoolean() - Method in class net.openhft.lang.io.AbstractBytes
-
- readBoolean(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readBoolean() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one input byte and returns true if that byte is nonzero, false if that byte is
zero.
- readBoolean(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one input byte and returns true if that byte is nonzero, false if that byte is
zero.
- readByte() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readByte(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readByte() - Method in class net.openhft.lang.io.NativeBytes
-
- readByte(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readByte() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads and returns one input byte.
- readByte(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads and returns one input byte.
- readChar() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readChar(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readChar() - Method in class net.openhft.lang.io.NativeBytes
-
- readChar(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readChar() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns a char value.
- readChar(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns a char value.
- readCompactDouble() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactDouble() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads the first four bytes as readFloat().
- readCompactInt() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactInt() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two or six input bytes and returns an int value.
- readCompactLong() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactLong() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four or twelve input bytes and returns a long value.
- readCompactShort() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactShort() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one or three input bytes and returns a short value.
- readCompactUnsignedInt() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactUnsignedInt() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two or six input bytes and returns an int value.
- readCompactUnsignedShort() - Method in class net.openhft.lang.io.AbstractBytes
-
- readCompactUnsignedShort() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one or three input bytes and returns a short value.
- readDouble() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readDouble(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readDouble() - Method in class net.openhft.lang.io.NativeBytes
-
- readDouble(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readDouble() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads eight input bytes and returns a double value.
- readDouble(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads eight input bytes and returns a double value.
- readEnum(Class<E>) - Method in class net.openhft.lang.io.AbstractBytes
-
- readEnum(Class<E>) - Method in interface net.openhft.lang.io.RandomDataInput
-
Read a String with readUTFΔ which is converted to an enumerable type.
- readFloat() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readFloat(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readFloat() - Method in class net.openhft.lang.io.NativeBytes
-
- readFloat(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readFloat() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns a float value.
- readFloat(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns a float value.
- readFully(byte[]) - Method in class net.openhft.lang.io.AbstractBytes
-
- readFully(byte[], int, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readFully(byte[], int, int) - Method in class net.openhft.lang.io.NativeBytes
-
- readFully(byte[]) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads some bytes from an input stream and stores them into the buffer array b.
- readFully(byte[], int, int) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads len bytes from an input stream.
- readInt() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readInt(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readInt() - Method in class net.openhft.lang.io.NativeBytes
-
- readInt(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readInt() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns an int value.
- readInt(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns an int value.
- readInt24() - Method in class net.openhft.lang.io.AbstractBytes
-
- readInt24(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readInt24() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads three input bytes and returns a 24-bit int value.
- readInt24(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads three input bytes and returns a 24-bit int value.
- readInt48() - Method in class net.openhft.lang.io.AbstractBytes
-
- readInt48(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readInt48() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads six input bytes and returns a long value.
- readInt48(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads six input bytes and returns a long value.
- readLine() - Method in class net.openhft.lang.io.AbstractBytes
-
- readLine() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads the next line of text from the input stream.
- readList(Collection<E>, Class<E>) - Method in class net.openhft.lang.io.AbstractBytes
-
- readList(Collection<E>, Class<E>) - Method in interface net.openhft.lang.io.RandomDataInput
-
Read a stop bit encoded length and populates this Collection after clear()ing it.
- readLong() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readLong(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readLong() - Method in class net.openhft.lang.io.NativeBytes
-
- readLong(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readLong() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads eight input bytes and returns a long value.
- readLong(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads eight input bytes and returns a long value.
- readMap(Map<K, V>, Class<K>, Class<V>) - Method in class net.openhft.lang.io.AbstractBytes
-
- readMap(Map<K, V>, Class<K>, Class<V>) - Method in interface net.openhft.lang.io.RandomDataInput
-
Read a stop bit encoded length and populates this Map after clear()ing it.
- readMarshallable(Bytes) - Method in class net.openhft.lang.io.AbstractBytes
-
- readMarshallable(Bytes) - Method in interface net.openhft.lang.io.serialization.BytesMarshallable
-
read an object from bytes
- readObject() - Method in class net.openhft.lang.io.AbstractBytes
-
- readObject(Class<T>) - Method in class net.openhft.lang.io.AbstractBytes
-
- readObject(Object, int, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readObject(Object, int, int) - Method in class net.openhft.lang.io.NativeBytes
-
- readObject() - Method in interface net.openhft.lang.io.RandomDataInput
-
Read and return an object.
- readObject(Class<T>) - Method in interface net.openhft.lang.io.RandomDataInput
-
Read and return an object.
- readObject(Object, int, int) - Method in interface net.openhft.lang.io.RandomDataInput
-
Read the object from start to end bytes
- readShort() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readShort(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readShort() - Method in class net.openhft.lang.io.NativeBytes
-
- readShort(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readShort() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns a short value.
- readShort(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns a short value.
- readStopBit() - Method in class net.openhft.lang.io.AbstractBytes
-
- readStopBit() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads between one and ten bytes with are stop encoded with support for negative numbers
- readUnsignedByte() - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedByte(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedByte() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the
range 0 through 255.
- readUnsignedByte(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the
range 0 through 255.
- readUnsignedInt() - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedInt(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedInt() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns an int value.
- readUnsignedInt(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads four input bytes and returns an int value.
- readUnsignedShort() - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedShort(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readUnsignedShort() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns an int value in the range 0 through
65535.
- readUnsignedShort(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads two input bytes and returns an int value in the range 0 through
65535.
- readUTF() - Method in class net.openhft.lang.io.AbstractBytes
-
- readUTF() - Method in interface net.openhft.lang.io.RandomDataInput
-
Reads in a string that has been encoded using a
modified UTF-8 format.
- readUTFΔ() - Method in class net.openhft.lang.io.AbstractBytes
-
- readUTFΔ(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readUTFΔ(StringBuilder) - Method in class net.openhft.lang.io.AbstractBytes
-
- readUTFΔ() - Method in interface net.openhft.lang.io.RandomDataInput
-
The same as readUTF() except the length is stop bit encoded.
- readUTFΔ(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
The same as readUTFΔ() except an offset and maximum length is given.
- readUTFΔ(StringBuilder) - Method in interface net.openhft.lang.io.RandomDataInput
-
The same as readUTFΔ() except the chars are copied to a truncated StringBuilder.
- readVolatileDouble(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readVolatileDouble(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same as readDouble() except a read barrier is performed first.
- readVolatileFloat(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- readVolatileFloat(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same as readFloat() except a read barrier is performed first.
- readVolatileInt() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readVolatileInt(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readVolatileInt() - Method in class net.openhft.lang.io.NativeBytes
-
- readVolatileInt(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readVolatileInt() - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same as readInt() except a read barrier is performed first.
- readVolatileInt(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same as readInt() except a read barrier is performed first.
- readVolatileLong() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readVolatileLong(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- readVolatileLong() - Method in class net.openhft.lang.io.NativeBytes
-
- readVolatileLong(long) - Method in class net.openhft.lang.io.NativeBytes
-
- readVolatileLong() - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same readLong() except a dread barrier is performed first
Reads eight input bytes and returns a
long value.
- readVolatileLong(long) - Method in interface net.openhft.lang.io.RandomDataInput
-
This is the same readLong() except a dread barrier is performed first
Reads eight input bytes and returns a
long value.
- recycle(T) - Method in interface net.openhft.lang.collection.HugeArray
-
recycle the reference,
- recycle(T) - Method in interface net.openhft.lang.collection.HugeQueue
-
Recycle an element reference.
- recycle(T) - Method in class net.openhft.lang.collection.impl.HugeArrayImpl
-
- recycle(T) - Method in class net.openhft.lang.collection.impl.HugeQueueImpl
-
- refCount() - Method in class net.openhft.lang.io.MappedMemory
-
- release() - Method in class net.openhft.lang.io.MappedMemory
-
- release(MappedMemory) - Static method in class net.openhft.lang.io.MappedMemory
-
- remaining() - Method in class net.openhft.lang.io.ByteBufferBytes
-
- remaining() - Method in interface net.openhft.lang.io.BytesCommon
-
- remaining() - Method in class net.openhft.lang.io.NativeBytes
-
- reserve() - Method in class net.openhft.lang.io.MappedMemory
-
- reset() - Method in class net.openhft.lang.io.AbstractBytes
-
- reset() - Method in interface net.openhft.lang.io.BytesCommon
-
Start again, unfinished, position() == 0
- round2(double) - Static method in class net.openhft.lang.Maths
-
Performs a round which is accurate to within 1 ulp.
- round4(double) - Static method in class net.openhft.lang.Maths
-
Performs a round which is accurate to within 1 ulp.
- round6(double) - Static method in class net.openhft.lang.Maths
-
Performs a round which is accurate to within 1 ulp.
- round8(double) - Static method in class net.openhft.lang.Maths
-
Performs a round which is accurate to within 1 ulp.
- RunningMinimum - Class in net.openhft.lang.testing
-
User: peter.lawrey
Date: 05/08/13
Time: 19:06
- RunningMinimum(long) - Constructor for class net.openhft.lang.testing.RunningMinimum
-
- RunningMinimum(long, int) - Constructor for class net.openhft.lang.testing.RunningMinimum
-
- value() - Method in class net.openhft.lang.io.MutableDecimal
-
- valueOf(String) - Static method in enum net.openhft.lang.collection.HugeCollections
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.io.IOTools
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.io.serialization.impl.NoMarshaller
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.io.StopCharTesters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.Jvm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.model.DataValueModels
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.model.HeapCodeGenerator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.lang.model.VanillaFilter
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.openhft.lang.collection.HugeCollections
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.io.IOTools
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.io.serialization.impl.NoMarshaller
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.io.StopCharTesters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.Jvm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.model.DataValueModels
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.model.HeapCodeGenerator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.lang.model.VanillaFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaBytesMarshallerFactory - Class in net.openhft.lang.io.serialization.impl
-
- VanillaBytesMarshallerFactory() - Constructor for class net.openhft.lang.io.serialization.impl.VanillaBytesMarshallerFactory
-
- VanillaDifferencer - Class in net.openhft.lang.testing
-
User: peter.lawrey
Date: 05/08/13
Time: 19:07
- VanillaDifferencer() - Constructor for class net.openhft.lang.testing.VanillaDifferencer
-
- VanillaFilter - Enum in net.openhft.lang.model
-
- WHOLE_NUMBER - Static variable in class net.openhft.lang.Maths
-
Numbers larger than this are whole numbers due to representation error.
- write(byte[]) - Method in class net.openhft.lang.io.AbstractBytes
-
- write(long, byte[]) - Method in class net.openhft.lang.io.AbstractBytes
-
- write(byte[], int, int) - Method in class net.openhft.lang.io.AbstractBytes
-
- write(ByteBuffer) - Method in class net.openhft.lang.io.AbstractBytes
-
- write(BytesCommon, long, long) - Method in class net.openhft.lang.io.AbstractBytes
-
- write(int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- write(BytesCommon, long, long) - Method in interface net.openhft.lang.io.BytesCommon
-
Copy from one Bytes to another, moves the position by length
- write(int) - Method in class net.openhft.lang.io.NativeBytes
-
- write(long, byte[]) - Method in class net.openhft.lang.io.NativeBytes
-
- write(byte[], int, int) - Method in class net.openhft.lang.io.NativeBytes
-
- write(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream the eight low-order bits of the argument b.
- write(byte[]) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream all the bytes in array bytes.
- write(long, byte[]) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream all the bytes in array bytes.
- write(byte[], int, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes len bytes from array bytes, in order, to the output stream.
- write(ByteBuffer) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Copies the contents of a ByteBuffer from the potision ot the limit.
- write(Bytes, E) - Method in interface net.openhft.lang.io.serialization.BytesMarshaller
-
write the object out as bytes.
- write(Bytes, T) - Method in class net.openhft.lang.io.serialization.direct.ObjectMarshaller
-
- write(Bytes, E) - Method in class net.openhft.lang.io.serialization.impl.BytesMarshallableMarshaller
-
- write(Bytes, Class) - Method in class net.openhft.lang.io.serialization.impl.ClassMarshaller
-
- write(Bytes, Date) - Method in class net.openhft.lang.io.serialization.impl.DateMarshaller
-
- write(Bytes, E) - Method in class net.openhft.lang.io.serialization.impl.EnumBytesMarshaller
-
- write(Bytes, E) - Method in class net.openhft.lang.io.serialization.impl.ExternalizableMarshaller
-
- write(Bytes, E) - Method in class net.openhft.lang.io.serialization.impl.GenericEnumMarshaller
-
- write(Bytes, Void) - Method in enum net.openhft.lang.io.serialization.impl.NoMarshaller
-
- write(Bytes, String) - Method in class net.openhft.lang.io.serialization.impl.StringMarshaller
-
- writeBoolean(boolean) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeBoolean(long, boolean) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeBoolean(boolean) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a boolean value to this output stream.
- writeBoolean(long, boolean) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a boolean value to this output stream.
- writeByte(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeByte(long, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeByte(long, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeByte(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream the eight low- order bits of the argument v.
- writeByte(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream the eight low-order bits of the argument b.
- writeBytes(String) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeBytes(String) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a string to the output stream.
- writeChar(int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeChar(long, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeChar(int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeChar(long, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeChar(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a char value, which is comprised of two bytes, to the output stream.
- writeChar(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a char value, which is comprised of two bytes, to the output stream.
- writeChars(String) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeChars(String) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes every character in the string s, to the output stream, in order, two bytes per character.
- writeCompactDouble(double) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactDouble(double) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes four or twelve bytes as follow;
- writeCompactInt(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactInt(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two or six bytes as follows; Integer.MIN_VALUE => Short.MIN_VALUE, Integer.MAX_VALUE =>
Short.MAX_VALUE, Short.MIN_VALUE+2 to Short.MAX_VALUE-1 => writeShort(x), default =>
writeShort(Short.MIN_VALUE+1; writeInt(x)
The bytes written by this method may be read by the
readCompactInt method of interface
RandomDataInput , which will then return a
int equal to
v.
- writeCompactLong(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactLong(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes four or twelve bytes as follows Long.MIN_VALUE => Integer.MIN_VALUE, Long.MAX_VALUE =>
Integer.MAX_VALUE, Integer.MIN_VALUE+2 to Integer.MAX_VALUE-1 => writeInt(x), default =>
writeInt(Integer.MIN_VALUE+1; writeLong(x)
The bytes written by this method may be read by the
readCompactLong method of interface
RandomDataInput , which will then return a
long equal to
v.
- writeCompactShort(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactShort(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes one or three bytes as follows; Short.MIN_VALUE => Byte.MIN_VALUE, Short.MAX_VALUE => Byte.MAX_VALUE,
Short.MIN_VALUE+2 to Short.MAX_VALUE-1 => writeByte(x), default => writeByte(Byte.MIN_VALUE+1;
writeShort(x)
The bytes written by this method may be read by the
readCompactShort method of interface
RandomDataInput , which will then return a
short equal to
(short)v.
- writeCompactUnsignedInt(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactUnsignedInt(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two or six bytes as follows; 0 to (1 << 16) - 2 => writeInt(x), otherwise writeShort(-1);
writeInt(x)
The bytes written by this method may be read by the
readCompactUnsignedInt method of interface
RandomDataInput , which will then return a
int equal to
v &
0xFFFFFFFF.
- writeCompactUnsignedShort(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeCompactUnsignedShort(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes one or three bytes as follows; 0 to 254 => writeByte(x); otherwise writeByte(255); writeByteShort(x);
The bytes written by this method may be read by the
readCompactUnsignedShort method of interface
RandomDataInput , which will then return a
short equal to
v & 0xFFFF.
- writeDouble(double) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeDouble(long, double) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeDouble(double) - Method in class net.openhft.lang.io.NativeBytes
-
- writeDouble(long, double) - Method in class net.openhft.lang.io.NativeBytes
-
- writeDouble(double) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a double value, which is comprised of eight bytes, to the output stream.
- writeDouble(long, double) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a double value, which is comprised of eight bytes, to the output stream.
- writeEnum(E) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeEnum(E) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write the object in a form which can be uniquely recreated by readEnum.
- writeFloat(float) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeFloat(long, float) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeFloat(float) - Method in class net.openhft.lang.io.NativeBytes
-
- writeFloat(long, float) - Method in class net.openhft.lang.io.NativeBytes
-
- writeFloat(float) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a float value, which is comprised of four bytes, to the output stream.
- writeFloat(long, float) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a float value, which is comprised of four bytes, to the output stream.
- writeInt(int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeInt(long, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeInt(int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeInt(long, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeInt(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of four bytes, to the output stream.
- writeInt(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of four bytes, to the output stream.
- writeInt24(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeInt24(long, int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeInt24(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of three bytes, to the output stream.
- writeInt24(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of three bytes, to the output stream.
- writeInt48(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeInt48(long, long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeInt48(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a long value, which is comprised of eight bytes, to the output stream.
- writeInt48(long, long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a long value, which is comprised of eight bytes, to the output stream.
- writeList(Collection<E>) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeList(Collection<E>) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write an ordered collection of "enumerable objects" (See writeEnum).
- writeLong(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeLong(long, long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeLong(long) - Method in class net.openhft.lang.io.NativeBytes
-
- writeLong(long, long) - Method in class net.openhft.lang.io.NativeBytes
-
- writeLong(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a long value, which is comprised of eight bytes, to the output stream.
- writeLong(long, long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes a long value, which is comprised of eight bytes, to the output stream.
- writeMap(Map<K, V>) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeMap(Map<K, V>) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write the keys and values of a Map of "enumerable objects" (See writeEnum).
- writeMarshallable(Bytes) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeMarshallable(Bytes) - Method in interface net.openhft.lang.io.serialization.BytesMarshallable
-
write an object to bytes
- writeObject(Object) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeObject(Object, int, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeObject(Object, int, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeObject(Object) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write an object as either an "enumerable object" or a Serializable/Externalizable object using Java
Serialization.
- writeObject(Object, int, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Copy data from an Object from bytes start to end.
- writeOrderedDouble(long, double) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeOrderedDouble(long, double) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeDouble but include an ordered write barrier.
- writeOrderedFloat(long, float) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeOrderedFloat(long, float) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeFloat but include an ordered write barrier.
- writeOrderedInt(int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeOrderedInt(long, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeOrderedInt(int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeOrderedInt(long, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeOrderedInt(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeInt but include an ordered write barrier.
- writeOrderedInt(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeInt but include an ordered write barrier.
- writeOrderedLong(long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeOrderedLong(long, long) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeOrderedLong(long) - Method in class net.openhft.lang.io.NativeBytes
-
- writeOrderedLong(long, long) - Method in class net.openhft.lang.io.NativeBytes
-
- writeOrderedLong(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeLong but include an ordered write barrier.
- writeOrderedLong(long, long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Same as writeLong but include an ordered write barrier.
- writeShort(int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeShort(long, int) - Method in class net.openhft.lang.io.ByteBufferBytes
-
- writeShort(int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeShort(long, int) - Method in class net.openhft.lang.io.NativeBytes
-
- writeShort(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two bytes to the output stream to represent the value of the argument.
- writeShort(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two bytes to the output stream to represent the value of the argument.
- writeStartToPosition(Bytes) - Method in class net.openhft.lang.io.AbstractBytes
-
Deprecated.
- writeStartToPosition(Bytes) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Deprecated.
Use write(BytesCommon bytes, long position, long length) instead.
- writeStopBit(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeStopBit(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Stop bit encoding numbers.
- writeUnsignedByte(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedByte(long, int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedByte(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream the eight low- order bits of the argument v.
- writeUnsignedByte(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes to the output stream the eight low- order bits of the argument v.
- writeUnsignedInt(long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedInt(long, long) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedInt(long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of four bytes, to the output stream.
- writeUnsignedInt(long, long) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes an int value, which is comprised of four bytes, to the output stream.
- writeUnsignedShort(int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedShort(long, int) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUnsignedShort(int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two bytes to the output stream to represent the value of the argument.
- writeUnsignedShort(long, int) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two bytes to the output stream to represent the value of the argument.
- writeUTF(String) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUTF(String) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Writes two bytes of length information to the output stream, followed by the
modified UTF-8 representation of every character in the string
s.
- writeUTFΔ(CharSequence) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUTFΔ(long, int, CharSequence) - Method in class net.openhft.lang.io.AbstractBytes
-
- writeUTFΔ(CharSequence) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write the same encoding as writeUTF with the following changes.
- writeUTFΔ(long, int, CharSequence) - Method in interface net.openhft.lang.io.RandomDataOutput
-
Write the same encoding as writeUTF with the following changes.