Interface ImmutableStringReader
- All Known Implementing Classes:
StringReader
public interface ImmutableStringReader
-
Method Details
-
getString
String getString() -
getRemainingLength
int getRemainingLength() -
getTotalLength
int getTotalLength() -
getCursor
int getCursor() -
getRead
String getRead() -
getRemaining
String getRemaining() -
canRead
boolean canRead(int length) -
canRead
boolean canRead() -
peek
char peek() -
peek
char peek(int offset)
-