Package in.dragonbra.javasteam.types
Class KVTextReader
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.PushbackInputStream
-
- in.dragonbra.javasteam.types.KVTextReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class KVTextReader extends java.io.PushbackInputStream- Since:
- 2018-02-26
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.Character,java.lang.Character>ESCAPED_MAPPING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringreadToken(Passable<java.lang.Boolean> wasQuoted, Passable<java.lang.Boolean> wasConditional)-
Methods inherited from class java.io.PushbackInputStream
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread
-
-