public interface ProcessCloser
| Modifier and Type | Method and Description |
|---|---|
void |
close(Process process)
Closes standard streams of a given sub process.
|
void close(Process process) throws IOException, InterruptedException
process - sub process (not null).IOException - if I/O errors occur while closing the underlying streamInterruptedException - if underlying throws a InterruptedExceptionCopyright © 2020 ZeroTurnaround. All rights reserved.