Sea 0.4.0
A B C D E F G H I L M N O P Q R S T U W

R

read(byte[], int, byte[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, boolean[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, char[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, short[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, int[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, float[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, long[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
read(byte[], int, double[], int, int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readBoolean(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readByte(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readChar(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readDouble(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readFloat(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readInt(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readLong(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readMany(ReadableByteChannel, ByteBuffer) - Static method in class gov.lbl.dsd.sea.nio.util.NioUtil
Efficiently reads (without ever blocking) as many bytes as possible from the given non-blocking channel into the given buffer.
readShort(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readUnsignedByte(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readUnsignedByte(byte) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
Returns the integer value gained when interpreting the value v as an unsigned byte.
readUnsignedInt(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readUnsignedInt(int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
Returns the long value gained when interpreting the value v as an unsigned int.
readUnsignedShort(byte[], int) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
 
readUnsignedShort(short) - Static method in class gov.lbl.dsd.sea.nio.util.ByteConverter
Returns the integer value gained when interpreting the value v as an unsigned short.
remove(int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Removes the elements in the range [from..to).
remove(int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Removes the elements in the range [from..to).
removeAll(ArrayByteList) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Removes from the receiver all elements that are contained in the specified other list.
removeAll(ArrayIntList, boolean) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Removes from the receiver all elements that are contained in the specified other list.
removeInterestBits(SelectionKey, int) - Static method in class gov.lbl.dsd.sea.nio.util.NioUtil
Removes the given operation bits from the interest set of the given key.
replace(int, int, byte[], int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Replaces all elements in the range [from..to) with the elements replacement[offset..offset+length).
replace(int, int, ArrayByteList) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Replaces all elements in the range [from..to) with the given replacement.
replace(int, int, ByteBuffer, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Replaces all elements in the range [from..to) with the given replacement.
replace(int, int, byte, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Replaces all elements in the range [from..to) with the given replacement.
replace(int, int, int[], int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Replaces all elements in the range [from..to) with the elements replacement[offset..offset+length).
replace(int, int, ArrayIntList) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Replaces all elements in the range [from..to) with the given replacement.
replace(int, int, IntBuffer, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Replaces all elements in the range [from..to) with the given replacement.
replace(int, int, int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Replaces all elements in the range [from..to) with the given replacement.
retainAll(ArrayByteList) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(ArrayIntList, boolean) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
rotate(int, int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayByteList
Rotates (shifts) the elements in the range [from..to) by the specified distance.
rotate(int, int, int) - Method in class gov.lbl.dsd.sea.nio.util.ArrayIntList
Rotates (shifts) the elements in the range [from..to) by the specified distance.

Sea 0.4.0
A B C D E F G H I L M N O P Q R S T U W