Interface LineReader

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    public interface LineReader
    extends java.io.Closeable
    Reads a line of input.
    • Method Detail

      • readLine

        java.lang.String readLine()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception