Class WhiteSpaceReader


  • class WhiteSpaceReader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.InputStream is  
    • Constructor Summary

      Constructors 
      Constructor Description
      WhiteSpaceReader​(java.io.InputStream is)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char nextChar()  
      private char read()  
      java.lang.String readLine()  
      java.lang.String readtoWhiteSpace()  
      • Methods inherited from class java.lang.Object

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

      • is

        private final java.io.InputStream is
    • Constructor Detail

      • WhiteSpaceReader

        WhiteSpaceReader​(java.io.InputStream is)
    • Method Detail

      • read

        private char read()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • nextChar

        public char nextChar()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • readtoWhiteSpace

        public java.lang.String readtoWhiteSpace()
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readLine

        public java.lang.String readLine()
                                  throws java.io.IOException
        Throws:
        java.io.IOException