Package net.sourceforge.plantuml.preproc
Class ReadLineConcat
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineConcat
-
-
Constructor Summary
Constructors Constructor Description ReadLineConcat(java.util.List<ReadLine> readers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
-
-
-
Constructor Detail
-
ReadLineConcat
public ReadLineConcat(java.util.List<ReadLine> readers)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
readLine
public StringLocated readLine() throws java.io.IOException
-
-