public class ReaderCharacterSource
| Constructor and description | 
|---|
| ReaderCharacterSource
                                (Reader reader, int readAheadSize) | 
| ReaderCharacterSource
                                (Reader reader) | 
| ReaderCharacterSource
                                (String string) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public final boolean | consumeIfMatch(char[] match) | 
|  | public final int | currentChar() | 
|  | public String | errorDetails(String message) | 
|  | public char[] | findNextChar(int match, int esc) | 
|  | public boolean | hadEscape() | 
|  | public final boolean | hasChar() | 
|  | public final int | location() | 
|  | public final int | nextChar() | 
|  | public char[] | readNumber() | 
|  | public final int | safeNextChar() | 
|  | public void | skipWhiteSpace() | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.