public class StrFastReader extends Object
| Constructor and Description |
|---|
StrFastReader(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
peek() |
boolean |
peek(char s) |
String |
peek(int count) |
boolean |
peek(String s) |
String |
peekAny(char... s) |
char |
read() |
boolean |
read(char s) |
String |
read(int count) |
boolean |
read(String s) |
String |
readAny(char... s) |
String |
readAny(String... all) |
String |
readAnyIgnoreCase(String... all) |
boolean |
readIgnoreCase(String s) |
String |
readUntil(net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.parser.StrFastReader.CharPredicate p) |
String |
readWhile(net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.parser.StrFastReader.CharPredicate p) |
String |
toString() |
void |
unread() |
public StrFastReader(String s)
public String peek(int count)
public String read(int count)
public char read()
public char peek()
public boolean hasNext()
public String readAny(char... s)
public String peekAny(char... s)
public boolean read(char s)
public boolean peek(char s)
public String readWhile(net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.parser.StrFastReader.CharPredicate p)
public String readUntil(net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.parser.StrFastReader.CharPredicate p)
public boolean read(String s)
public boolean readIgnoreCase(String s)
public boolean peek(String s)
public void unread()
Copyright © 2025 vpc open source initiative. All rights reserved.