Package net.sourceforge.plantuml.preproc
Interface ReadLine
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
ReadLineNumbered
- All Known Implementing Classes:
Preprocessor,ReadLineList,ReadLineReader,ReadLineSimple,StartDiagramExtractReader,UncommentReadLine
public interface ReadLine extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringLocatedreadLine()
-
-
-
Method Detail
-
readLine
StringLocated readLine() throws java.io.IOException
- Throws:
java.io.IOException
-
-