Class Config.StringReader

  • Enclosing class:
    Config

    private static class Config.StringReader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] buf  
      private int pos  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringReader​(java.lang.String in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int read()  
      (package private) void reset()  
      • Methods inherited from class java.lang.Object

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

      • buf

        private final char[] buf
      • pos

        private int pos
    • Constructor Detail

      • StringReader

        StringReader​(java.lang.String in)
    • Method Detail

      • read

        int read()
      • reset

        void reset()