public class ReadJsonSourceReader extends Object implements ReadJsonSource
| Constructor and Description |
|---|
ReadJsonSourceReader(Reader reader,
int localBufferSize,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
back() |
String |
getErrorHelp() |
void |
ignoreWhiteSpace() |
char |
nextChar(String eofMsg) |
int |
pos() |
String |
toString() |
public ReadJsonSourceReader(Reader reader, int localBufferSize, int bufferSize)
public String getErrorHelp()
getErrorHelp in interface ReadJsonSourcepublic int pos()
pos in interface ReadJsonSourcepublic void ignoreWhiteSpace()
ignoreWhiteSpace in interface ReadJsonSourcepublic void back()
back in interface ReadJsonSourcepublic char nextChar(String eofMsg)
nextChar in interface ReadJsonSourceCopyright © 2014. All Rights Reserved.