Package net.sourceforge.plantuml.preproc
Class ReadLineInstrumented
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineInstrumented
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ReadLine
- Direct Known Subclasses:
IfManager,ReadLineReader,UncommentReadLine
public abstract class ReadLineInstrumented extends java.lang.Object implements ReadLine
-
-
Constructor Summary
Constructors Constructor Description ReadLineInstrumented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()CharSequence2readLine()java.lang.StringtoString()
-
-
-
Method Detail
-
readLine
public final CharSequence2 readLine() throws java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
close
public final void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-