Package net.sourceforge.plantuml.preproc
Class ReadLineSimple
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineSimple
-
-
Constructor Summary
Constructors Constructor Description ReadLineSimple(StringLocated s2, java.lang.String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
-
-
-
Constructor Detail
-
ReadLineSimple
public ReadLineSimple(StringLocated s2, java.lang.String error)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
readLine
public StringLocated readLine()
-
-