public class CharReader extends Object
| Constructor and Description |
|---|
CharReader(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
indexOf(char[] z,
int fromIndex) |
boolean |
isEmpty() |
char |
peek() |
boolean |
peek(char z) |
boolean |
peek(char[] z) |
boolean |
peek(char[] z,
int fromIndex) |
boolean |
peek(String z) |
char |
read() |
boolean |
read(char[] z) |
boolean |
read(String z) |
public CharReader(String s)
public boolean isEmpty()
public char peek()
public char read()
public boolean read(String z)
public boolean peek(String z)
public int indexOf(char[] z,
int fromIndex)
public boolean read(char[] z)
public boolean peek(char[] z)
public boolean peek(char[] z,
int fromIndex)
public boolean peek(char z)
Copyright © 2022 vpc open source initiative. All rights reserved.