Class ProcessConnection
java.lang.Object
de.larsgrefer.sass.embedded.connection.StreamConnection
de.larsgrefer.sass.embedded.connection.ProcessConnection
- All Implemented Interfaces:
CompilerConnection
,Closeable
,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionProcessConnection
(Process process) ProcessConnection
(ProcessBuilder processBuilder) -
Method Summary
Methods inherited from class de.larsgrefer.sass.embedded.connection.StreamConnection
readResponse, sendMessage
-
Constructor Details
-
ProcessConnection
- Throws:
IOException
-
ProcessConnection
-
-
Method Details
-
close
public void close() -
getInputStream
- Specified by:
getInputStream
in classStreamConnection
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in classStreamConnection
- Throws:
IOException
-