Class PBMReader.HeaderReader

  • Enclosing class:
    PBMReader

    class PBMReader.HeaderReader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int offset  
      private java.io.Reader reader  
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderReader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private char getChar()  
      private java.lang.String getField()  
      (package private) int read​(java.lang.String fileName)  
      private void skipComment()  
      • Methods inherited from class java.lang.Object

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

      • reader

        private java.io.Reader reader
      • offset

        private int offset
    • Constructor Detail

      • HeaderReader

        HeaderReader()
    • Method Detail

      • read

        int read​(java.lang.String fileName)
          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getField

        private java.lang.String getField()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getChar

        private char getChar()
                      throws java.io.IOException,
                             java.io.EOFException
        Throws:
        java.io.IOException
        java.io.EOFException
      • skipComment

        private void skipComment()
                          throws java.io.IOException
        Throws:
        java.io.IOException