public class JSONTokener extends Object
| 构造器和说明 |
|---|
JSONTokener(InputStream inputStream) |
JSONTokener(Reader reader) |
JSONTokener(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
back() |
static int |
dehexchar(char c) |
boolean |
end() |
boolean |
more() |
char |
next() |
char |
next(char c) |
String |
next(int n) |
char |
nextClean() |
String |
nextString(char quote) |
String |
nextTo(char delimiter) |
String |
nextTo(String delimiters) |
Object |
nextValue() |
char |
skipTo(char to) |
JSONException |
syntaxError(String message) |
String |
toString() |
public JSONTokener(Reader reader)
public JSONTokener(InputStream inputStream) throws JSONException
public JSONTokener(String s)
public void back()
throws JSONException
public static int dehexchar(char c)
public boolean end()
public boolean more()
throws JSONException
public char next()
throws JSONException
public char next(char c)
throws JSONException
public String next(int n) throws JSONException
public char nextClean()
throws JSONException
public String nextString(char quote) throws JSONException
public String nextTo(char delimiter) throws JSONException
public String nextTo(String delimiters) throws JSONException
public Object nextValue() throws JSONException
public char skipTo(char to)
throws JSONException
public JSONException syntaxError(String message)
public String toString()
Copyright © 2015. All rights reserved.