Package net.sourceforge.plantuml
Class Pipe
- java.lang.Object
-
- net.sourceforge.plantuml.Pipe
-
public class Pipe extends Object
-
-
Constructor Summary
Constructors Constructor Description Pipe(Option option, PrintStream ps, InputStream is, String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
managePipe(ErrorStatus error)
-
-
-
Constructor Detail
-
Pipe
public Pipe(Option option, PrintStream ps, InputStream is, String charset)
-
-
Method Detail
-
managePipe
public void managePipe(ErrorStatus error) throws IOException
- Throws:
IOException
-
-