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