Class ReadLineInsertable
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.ReadLineInsertable
-
-
Constructor Summary
Constructors Constructor Description ReadLineInsertable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidinsert(ReadLine inserted)CharSequence2readLine()
-
-
-
Method Detail
-
insert
protected final void insert(ReadLine inserted) throws java.io.IOException
- Throws:
java.io.IOException
-
readLine
public final CharSequence2 readLine() throws java.io.IOException
-
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
-
-