A B C D E F G I K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- RAD2DEG - com.blackrook.expression.functions.CommonFunctions
-
Radians to degrees.
- radToDeg(double) - Static method in class com.blackrook.expression.struct.Utils
-
Converts radians to degrees.
- read24BitInt(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a 24-bit integer.
- readBoolean(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte as a boolean value.
- readBooleanArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of boolean values.
- readByte(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a single byte.
- readByteArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte array in from the reader.
- readBytes(InputStream, byte[]) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a series of bytes from the bound stream into a byte array until end of stream is reached or the array is filled with bytes.
- readBytes(InputStream, byte[], int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a series of bytes from the bound stream into a byte array until end of stream is reached or
maxlen
bytes have been read. - readBytes(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specified amount of bytes, returned as an array.
- readChar() - Method in class com.blackrook.expression.struct.Lexer
-
Reads a character from the stream.
- readChar() - Method in class com.blackrook.expression.struct.Lexer.ReaderStack
-
Reads the next character.
- readChar(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a character.
- readCharArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of characters.
- readChars(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specific amount of characters.
- readDouble(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a 64-bit float.
- readDoubleArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array 64-bit floats.
- readDoubles(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specified amount of 64-bit floats.
- ReaderStack() - Constructor for class com.blackrook.expression.struct.Lexer.ReaderStack
-
Creates a new empty ReaderStack.
- ReaderStack(String, Reader) - Constructor for class com.blackrook.expression.struct.Lexer.ReaderStack
-
Creates a new ReaderStack.
- readFloat(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a 32-bit float.
- readFloatArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array 32-bit floats.
- readFloats(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specified amount of 32-bit floats.
- readFor(InputStream, byte[]) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a bunch of bytes and checks to see if a set of bytes match completely with the input byte string.
- readInt(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an integer.
- readIntArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of integers.
- readInts(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specified amount of integers.
- readLong(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a long value.
- readLongArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of long values.
- readLongs(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an amount of long values specified by the user.
- readShort(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a short.
- readShortArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of shorts.
- readShorts(InputStream, int) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a specified amount of shorts.
- readString(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a char array and returns it as a String.
- readString(InputStream, int, String) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte vector of specific length and returns it as a String in a particular encoding.
- readString(InputStream, int, Charset) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte vector of specific length and returns it as a String in a particular encoding.
- readString(InputStream, String) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte vector (an int followed by a series of bytes) and returns it as a String in a particular encoding.
- readString(InputStream, Charset) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a byte vector (an int followed by a series of bytes) and returns it as a String in a particular encoding.
- readStringArray(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in an array of strings.
- readUnsignedByte(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a single byte, cast to a short to eliminate sign.
- readUnsignedInt(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a integer, cast to a long, discarding sign.
- readUnsignedShort(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads in a short, cast to an integer, discarding sign.
- readVariableLengthInt(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads an integer from an input stream that is variable-length encoded.
- readVariableLengthLong(InputStream) - Method in class com.blackrook.expression.struct.SerialReader
-
Reads a long from an input stream that is variable-length encoded.
- RETURN - com.blackrook.expression.node.ExpressionDirectiveType
-
Return value.
- RETURN_VARIABLE - Static variable in class com.blackrook.expression.Expression
-
Return variable name.
- RIGHT_SHIFT - com.blackrook.expression.node.ExpressionDirectiveType
-
Right Bit Shift.
- RIGHT_SHIFT_PADDED - com.blackrook.expression.node.ExpressionDirectiveType
-
Right Bit Shift Padded.
- rightShift(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
-
Right shift calculation.
- rightShiftPadded(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
-
Right shift padded calculation.
All Classes All Packages