public interface EncodedStringReader extends StringReader
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int charNo,
int code)
Reads the text and fetchs the characters according to the given
charachters no also the pointer is advanced accordingly, the returned
text is decoded according to the given code
|
getText, getText, jumpString getText(int charNo, int code)
getText in interface StringReadercharNo - Number of characters to be readcode - the code of the textCopyright © 2019 com.github.mfjamil. All rights reserved.