- Latin1AppendableOutputStream - Class in org.json.util
-
Adapts an java.io.OutputStream
of Latin1 bytes onto an Appendable
sink.
- Latin1AppendableOutputStream() - Constructor for class org.json.util.Latin1AppendableOutputStream
-
Adapt a given Appendable
with the default buffer size.
- Latin1AppendableOutputStream(int) - Constructor for class org.json.util.Latin1AppendableOutputStream
-
Adapt a given Appendable
with the given buffer size.
- length() - Method in class org.json.JSONArray
-
Get the number of elements in the JSONArray, included nulls.
- length() - Method in class org.json.JSONObject
-
Get the number of keys stored in the JSONObject.
- lexer - Variable in class org.json.stream.JSONStreamReader
-
- LimitFilter - Interface in org.json.stream
-
Filtering for structures during a parse.
- longValue(long, Appendable) - Method in class org.json.write.NullStructureWriter
-
Throws a JSONException
to indicate this writer can't write
a value.
- longValue(long, Appendable) - Method in class org.json.write.SimpleStructureWriter
-
Write a long
value to the given Appendable
.
- longValue(long, Appendable) - Method in interface org.json.write.StructureWriter
-
Write a long
value to the given Appendable
.
- LT - Static variable in class org.json.XML
-
The Character '<'.