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 void
close()
protected void
insert(ReadLine inserted)
CharSequence2
readLine()
-
-
-
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:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-