Class CharReader
java.lang.Object
net.thevpc.commons.md.doc.util.CharReader
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CharReader
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
peek
public char peek() -
read
public char read() -
read
-
peek
-
indexOf
public int indexOf(char[] z, int fromIndex) -
read
public boolean read(char[] z) -
peek
public boolean peek(char[] z) -
peek
public boolean peek(char[] z, int fromIndex) -
peek
public boolean peek(char z)
-