Class InfoHeaderReader


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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private char read()  
      java.lang.String readNextLine()  
      • 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

      • InfoHeaderReader

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

      • read

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

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