public interface StringReader
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the text
|
String |
getText(int charNo)
Reads the text and fetchs the characters according to the given
charachters no also the pointer is advanced accordingly
|
String |
getText(int charNo,
int code) |
void |
jump(int setpsNo)
The pointer is advanced with the given position number
|
String getText(int charNo)
charNo - Number of characters to be readString getText(int charNo, int code)
void jump(int setpsNo)
stepsNo - Number of positions to jumbString getText()
Copyright © 2019 SMYLD. All rights reserved.