Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

B

back() - Method in class org.json.Scanner
Back up one character.
BANG - Static variable in class org.json.XML
The Character '!'.
beginStructure(Appendable) - Method in class org.json.write.NullStructureWriter
Throws a JSONException to indicate this writer can't write a structure itself.
beginStructure(Appendable) - Method in class org.json.write.SimpleStructureWriter
Throws a JSONException to indicate this writer can't write a structure itself.
beginStructure(Appendable) - Method in interface org.json.write.StructureWriter
Begin the structure represented by this object, either a JSON Object or a JSON Array.
booleanValue(boolean, Appendable) - Method in class org.json.write.NullStructureWriter
Throws a JSONException to indicate this writer can't write a value.
booleanValue(boolean, Appendable) - Method in class org.json.write.SimpleStructureWriter
Write a boolean value to the given Appendable.
booleanValue(boolean, Appendable) - Method in interface org.json.write.StructureWriter
Write a boolean value to the given Appendable.
BufferedAppendable - Class in org.json.util
A simple buffering Appendable, without the synchronization of java.io.BufferedWriter.
BufferedAppendable() - Constructor for class org.json.util.BufferedAppendable
Buffer a given Appendable with the default buffer size.
BufferedAppendable(int) - Constructor for class org.json.util.BufferedAppendable
Buffer a given Appendable with the given buffer size.
bufferedAppender - Variable in class org.json.stream.JSONStreamReader
 
build() - Method in class org.json.JSONPointer.Builder
Creates a JSONPointer instance using the tokens previously set using the JSONPointer.Builder.append(String) method calls.
buildArraySubTree(JSONLimitStreamReader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
If the given JSONLimitStreamReader's ParseState was JSONStreamReader.ParseState.ARRAY, return the entire subtree as an array type, as specified by the given collector.
buildArraySubTree(JSONLimitStreamReader, BuilderLimits, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONLimitBuilder
If the given JSONLimitStreamReader's ParseState was JSONStreamReader.ParseState.ARRAY, return the entire subtree as an array type.
buildArraySubTree(JSONStreamReader) - Static method in class org.json.stream.JSONObjectBuilder
If the given JSONStreamReader's ParseState was JSONStreamReader.ParseState.ARRAY, return the entire subtree as a JSONArray value.
buildArraySubTree(JSONStreamReader, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONObjectBuilder
If the given JSONStreamReader's ParseState was JSONStreamReader.ParseState.ARRAY, return the entire subtree as an array type, as specified by the given collector.
builder() - Static method in class org.json.JSONPointer
Static factory method for JSONPointer.Builder.
Builder() - Constructor for class org.json.JSONPointer.Builder
 
BuilderLimits - Class in org.json.stream
Builder limits, based on similar limits used in some XML parsers.
BuilderLimits() - Constructor for class org.json.stream.BuilderLimits
Create a new BuilderLimits class with large, but bounded, limits on object building.
buildJSONArray(Reader, BuilderLimits, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON array from a Reader.
buildJSONArray(Reader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a Reader.
buildJSONArray(Reader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a Reader.
buildJSONArray(InputStream, Charset, BuilderLimits, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON array from a InputStream and supplied Charset.
buildJSONArray(InputStream, Charset, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a InputStream and supplied Charset.
buildJSONArray(InputStream, Charset) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a InputStream and supplied Charset.
buildJSONArray(String, BuilderLimits, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON array from a String.
buildJSONArray(String, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a String.
buildJSONArray(String) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a String.
buildJSONArray(JSONLimitStreamReader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a JSONLimitStreamReader.
buildJSONArray(JSONLimitStreamReader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONArray from a JSONStreamReader.
buildJSONArray(JSONLimitStreamReader, BuilderLimits, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON array from a JSONStreamReader.
buildJSONArray(Reader, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a Reader.
buildJSONArray(Reader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a Reader.
buildJSONArray(InputStream, Charset) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a InputStream and a supplied Charset.
buildJSONArray(InputStream, Charset, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a InputStream and a supplied Charset.
buildJSONArray(String) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a String.
buildJSONArray(String, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a String.
buildJSONArray(JSONStreamReader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a JSONStreamReader.
buildJSONArray(JSONStreamReader, StructureCollector<?, ?, ?, AR>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONArray from a JSONStreamReader.
buildJSONObject(Reader, BuilderLimits, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON object from a Reader.
buildJSONObject(Reader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a Reader.
buildJSONObject(Reader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a Reader.
buildJSONObject(InputStream, Charset, BuilderLimits, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON object from a InputStream and supplied Charset.
buildJSONObject(InputStream, Charset, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a InputStream and supplied Charset.
buildJSONObject(InputStream, Charset) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a InputStream and supplied Charset.
buildJSONObject(String, BuilderLimits, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON object from a String.
buildJSONObject(String, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a String.
buildJSONObject(String) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a String.
buildJSONObject(JSONLimitStreamReader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a JSONLimitStreamReader.
buildJSONObject(JSONLimitStreamReader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSONObject from a JSONStreamReader.
buildJSONObject(JSONLimitStreamReader, BuilderLimits, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON object from a JSONStreamReader.
buildJSONObject(Reader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a Reader.
buildJSONObject(Reader, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a Reader.
buildJSONObject(InputStream, Charset) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a InputStream and a supplied Charset.
buildJSONObject(InputStream, Charset, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a InputStream and a supplied Charset.
buildJSONObject(String) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a String.
buildJSONObject(String, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a String.
buildJSONObject(JSONStreamReader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a JSONStreamReader.
buildJSONObject(JSONStreamReader, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSONObject from a JSONStreamReader.
buildJSONValue(Reader, BuilderLimits, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a Reader.
buildJSONValue(Reader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a Reader.
buildJSONValue(Reader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a Reader.
buildJSONValue(InputStream, Charset, BuilderLimits, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a InputStream and supplied Charset.
buildJSONValue(InputStream, Charset, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a InputStream and supplied Charset.
buildJSONValue(InputStream, Charset) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a InputStream and supplied Charset.
buildJSONValue(String, BuilderLimits, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a String.
buildJSONValue(String, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a String.
buildJSONValue(String) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a String.
buildJSONValue(JSONLimitStreamReader) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a JSONStreamReader.
buildJSONValue(JSONLimitStreamReader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a JSONStreamReader.
buildJSONValue(JSONLimitStreamReader, BuilderLimits, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONLimitBuilder
Build a JSON value from a JSONStreamReader.
buildJSONValue(Reader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a Reader.
buildJSONValue(Reader, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a Reader.
buildJSONValue(InputStream, Charset) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a InputStream and supplied Charset.
buildJSONValue(InputStream, Charset, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a InputStream and supplied Charset.
buildJSONValue(String) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a String.
buildJSONValue(String, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a String.
buildJSONValue(JSONStreamReader) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a JSONStreamReader.
buildJSONValue(JSONStreamReader, StructureCollector<?, ?, ?, ?>) - Static method in class org.json.stream.JSONObjectBuilder
Build a JSON value from a JSONStreamReader.
buildObjectSubTree(JSONLimitStreamReader, BuilderLimits) - Static method in class org.json.stream.JSONLimitBuilder
If the given JSONLimitStreamReader's ParseState was JSONStreamReader.ParseState.OBJECT, return the entire subtree as a JSONObject value.
buildObjectSubTree(JSONLimitStreamReader, BuilderLimits, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONLimitBuilder
If the given JSONLimitStreamReader's ParseState was JSONStreamReader.ParseState.OBJECT, return the entire subtree as an object type, as specified by the given collector.
buildObjectSubTree(JSONStreamReader) - Static method in class org.json.stream.JSONObjectBuilder
If the given JSONStreamReader's ParseState was JSONStreamReader.ParseState.OBJECT, return the entire subtree as a JSONObject value.
buildObjectSubTree(JSONStreamReader, StructureCollector<?, ?, OR, ?>) - Static method in class org.json.stream.JSONObjectBuilder
If the given JSONStreamReader's ParseState was JSONStreamReader.ParseState.OBJECT, return the entire subtree as an object type, as specified by the given collector.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links