public class StringReaderExt extends Object
| Constructor and Description |
|---|
StringReaderExt(String content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasNext(int count) |
boolean |
isAvailable(int count) |
char |
nextChar() |
String |
nextChars(int max) |
char |
peekChar() |
char |
peekChar(int i) |
String |
peekChars(int max) |
boolean |
peekChars(String s) |
boolean |
readString(String s) |
String |
toString() |
public StringReaderExt(String content)
public char peekChar()
public char peekChar(int i)
public boolean isAvailable(int count)
public char nextChar()
public String peekChars(int max)
public boolean readString(String s)
public String nextChars(int max)
public boolean hasNext(int count)
public boolean hasNext()
public boolean peekChars(String s)
Copyright © 2021 vpc open source initiative. All rights reserved.