public abstract class JSONReader extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT
The constant CURRENT.
|
static int |
FIRST
The constant FIRST.
|
static int |
NEXT
The constant NEXT.
|
Constructor and Description |
---|
JSONReader() |
Modifier and Type | Method and Description |
---|---|
Object |
read(CharacterIterator it)
Read object.
|
Object |
read(CharacterIterator ci,
int start)
Read object.
|
Object |
read(String string)
Read object.
|
public static final int FIRST
public static final int CURRENT
public static final int NEXT
public Object read(CharacterIterator ci, int start)
ci
- the cistart
- the startpublic Object read(CharacterIterator it)
it
- the itCopyright © 2018. All rights reserved.