Class ReadLineConcat

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

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

      • ReadLineConcat

        public ReadLineConcat​(java.util.List<ReadLine> readers)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • readLine

        public StringLocated readLine()
                               throws java.io.IOException
        Specified by:
        readLine in interface ReadLine
        Throws:
        java.io.IOException