Class ReadLineInsertable

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

    public abstract class ReadLineInsertable
    extends java.lang.Object
    implements ReadLine
    • Constructor Detail

      • ReadLineInsertable

        public ReadLineInsertable()
    • Method Detail

      • insert

        protected final void insert​(ReadLine inserted)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • readLine

        public final CharSequence2 readLine()
                                     throws java.io.IOException
        Specified by:
        readLine in interface ReadLine
        Throws:
        java.io.IOException
      • close

        public final void close()
                         throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException