Interface JournalFileReader

    • Method Detail

      • readLine

        String readLine()
                 throws IOException
        Read the line from the journal, using LIFO strategy (last in, first out).
        Returns:
        the journal record
        Throws:
        IOException