Class InfoHeader


  • final class InfoHeader
    extends java.lang.Object
    • Field Summary

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

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

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

      • InfoHeader

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

      • line

        java.lang.String line()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • readChar

        private char readChar()
                       throws java.io.IOException
        Throws:
        java.io.IOException