Class MIMEParser.LineInputStream

  • Enclosing class:
    MIMEParser

    class MIMEParser.LineInputStream
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineInputStream()  
    • Method Summary

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

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

      • offset

        private int offset
    • Constructor Detail

      • LineInputStream

        LineInputStream()
    • Method Detail

      • readLine

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