class KVTextReader extends BufferedReader
| Modifier and Type | Field and Description |
|---|---|
(package private) static Map<Character,Character> |
escapedMapping |
| Constructor and Description |
|---|
KVTextReader(KeyValue kv,
BufferedInputStream input) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
eatCPPComment() |
private void |
eatWhiteSpace() |
private Character |
peek() |
String |
readToken(Passable<Boolean> wasQuoted,
Passable<Boolean> wasConditional) |
close, mark, markSupported, read, read, readLine, ready, reset, skippublic KVTextReader(KeyValue kv, BufferedInputStream input) throws IOException
IOExceptionprivate Character peek() throws IOException
IOExceptionprivate void eatWhiteSpace()
throws IOException
IOExceptionprivate boolean eatCPPComment()
throws IOException
IOExceptionpublic String readToken(Passable<Boolean> wasQuoted, Passable<Boolean> wasConditional) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.