public class KsonStringCharInput extends Object implements KsonCharInput
| Constructor and Description |
|---|
KsonStringCharInput(CharSequence s) |
KsonStringCharInput(String s,
int pos,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
back(int num) |
String |
getString(int pos,
int length) |
boolean |
isEof() |
int |
peekChar() |
int |
position() |
int |
readChar() |
public KsonStringCharInput(CharSequence s)
public KsonStringCharInput(String s, int pos, int len)
public int readChar()
readChar in interface KsonCharInputpublic int peekChar()
peekChar in interface KsonCharInputpublic int position()
position in interface KsonCharInputpublic int back(int num)
back in interface KsonCharInputpublic boolean isEof()
isEof in interface KsonCharInputpublic String getString(int pos, int length)
getString in interface KsonCharInputCopyright © 2015. All rights reserved.