public interface JsonSource
| Modifier and Type | Method and Description |
|---|---|
int |
current()
current char
|
void |
move()
move to next char
|
int |
next()
next char
|
String |
recordedContent()
last recorded content
|
int |
startRecording()
starts recording of characters
|
int |
stopRecording()
stops recording of characters
|
int current()
int next()
void move()
int startRecording()
int stopRecording()
String recordedContent()
Copyright © 2018. All rights reserved.