Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- readChar() - Method in class com.blackrook.json.struct.Lexer
-
Reads a character from the stream.
- readChar() - Method in class com.blackrook.json.struct.Lexer.ReaderStack
-
Reads the next character.
- ReaderStack() - Constructor for class com.blackrook.json.struct.Lexer.ReaderStack
-
Creates a new empty ReaderStack.
- ReaderStack(String, Reader) - Constructor for class com.blackrook.json.struct.Lexer.ReaderStack
-
Creates a new ReaderStack.
- readJSON(InputStream) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new JSONObject from an InputStream.
- readJSON(Reader) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new JSONObject from a Reader.
- readJSON(Class<T>, InputStream) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from an InputStream.
- readJSON(Class<T>, InputStream, JSONConverterSet) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from an InputStream.
- readJSON(Class<T>, Reader) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from a Reader.
- readJSON(Class<T>, Reader, JSONConverterSet) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from a Reader.
- readJSON(Class<T>, String) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from a string of characters and returns it as a new object converted from the JSON.
- readJSON(Class<T>, String, JSONConverterSet) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new object from a string of characters and returns it as a new object converted from the JSON.
- readJSON(String) - Static method in class com.blackrook.json.JSONReader
-
Reads in a new JSONObject from a string of characters.
- removeAt(int) - Method in class com.blackrook.json.JSONObject
-
Removes a member from a specific index in this JSONObject, shifting the contents, but only if this is an array.
- removeMember(String) - Method in class com.blackrook.json.JSONObject
-
Removes a member from this JSONObject, if this is an Object type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form