public class HTTPTokener extends JSONTokener
| Constructor | Description |
|---|---|
HTTPTokener(java.lang.String string) |
Construct an HTTPTokener from a string.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
nextToken() |
Get the next token or string.
|
back, dehexchar, end, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipTo, syntaxError, syntaxError, toStringpublic HTTPTokener(java.lang.String string)
string - A source string.public java.lang.String nextToken()
throws JSONException
JSONExceptionCopyright © 2018. All Rights Reserved.