public interface KsonCharInput
| Modifier and Type | Method and Description |
|---|---|
int |
back(int num) |
String |
getString(int pos,
int length) |
boolean |
isEof() |
int |
peekChar() |
int |
position() |
int |
readChar() |
int readChar()
int peekChar()
int position()
int back(int num)
boolean isEof()
String getString(int pos, int length)
Copyright © 2015. All rights reserved.