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, skip
public KVTextReader(KeyValue kv, BufferedInputStream input) throws IOException
IOException
private Character peek() throws IOException
IOException
private void eatWhiteSpace() throws IOException
IOException
private boolean eatCPPComment() throws IOException
IOException
public String readToken(Passable<Boolean> wasQuoted, Passable<Boolean> wasConditional) throws IOException
IOException
Copyright © 2012. All Rights Reserved.