Class ReverseFileReader


  • public class ReverseFileReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReverseFileReader​(java.io.File file, java.lang.String encoding)  
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReverseFileReader

        public ReverseFileReader​(java.io.File file,
                                 java.lang.String encoding)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • readLine

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

        public void close()