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