Class InternalUnifiedDiffReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

    class InternalUnifiedDiffReader
    extends java.io.BufferedReader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String lastLine  
      • Fields inherited from class java.io.Reader

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String lastLine()  
      java.lang.String readLine()  
      • Methods inherited from class java.io.BufferedReader

        close, lines, mark, markSupported, read, read, ready, reset, skip
      • Methods inherited from class java.io.Reader

        nullReader, read, read, transferTo
      • Methods inherited from class java.lang.Object

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

      • lastLine

        private java.lang.String lastLine
    • Constructor Detail

      • InternalUnifiedDiffReader

        public InternalUnifiedDiffReader​(java.io.Reader reader)
    • Method Detail

      • readLine

        public java.lang.String readLine()
                                  throws java.io.IOException
        Overrides:
        readLine in class java.io.BufferedReader
        Throws:
        java.io.IOException
      • lastLine

        java.lang.String lastLine()