public final class CommandlineStreams extends Object implements Closeable
Constructor and Description |
---|
CommandlineStreams(Process process) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ReadableByteChannel |
getStdErrChannel() |
WritableByteChannel |
getStdInChannel() |
ReadableByteChannel |
getStdOutChannel() |
public ReadableByteChannel getStdOutChannel()
public ReadableByteChannel getStdErrChannel()
public WritableByteChannel getStdInChannel()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.