public class HTTPTokener extends JSONTokener
Constructor and Description |
---|
HTTPTokener(String string)
Construct an HTTPTokener from a string.
|
Modifier and Type | Method and Description |
---|---|
String |
nextToken()
Get the next token or string.
|
public HTTPTokener(String string)
string
- A source string.public String nextToken() throws JSONException
JSONException
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.