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 void
close()
CharSequence2
readLine()
java.lang.String
toString()
-
-
-
Method Detail
-
readLine
public final CharSequence2 readLine() throws java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
close
public final void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-