Class 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  
      • Fields inherited from class java.io.PushbackInputStream

        buf, pos
      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String readToken​(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
      • Methods inherited from class java.io.FilterInputStream

        read
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ESCAPED_MAPPING

        public static final java.util.Map<java.lang.Character,​java.lang.Character> ESCAPED_MAPPING
    • Method Detail

      • readToken

        public java.lang.String readToken​(Passable<java.lang.Boolean> wasQuoted,
                                          Passable<java.lang.Boolean> wasConditional)
                                   throws java.io.IOException
        Throws:
        java.io.IOException