public class DsonStringCharInput extends Object implements DsonCharInput
| Constructor and Description |
|---|
DsonStringCharInput(String s) |
DsonStringCharInput(String s,
int pos,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
back(int num) |
String |
getString(int pos,
int length) |
int |
peekChar() |
int |
position() |
int |
readChar() |
public DsonStringCharInput(String s)
public DsonStringCharInput(String s, int pos, int len)
public int readChar()
readChar in interface DsonCharInputpublic int peekChar()
peekChar in interface DsonCharInputpublic int position()
position in interface DsonCharInputpublic int back(int num)
back in interface DsonCharInputpublic String getString(int pos, int length)
getString in interface DsonCharInputCopyright © 2014. All rights reserved.