mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-15 05:46:45 +00:00
Buffering fixes
This commit is contained in:
@@ -21,10 +21,6 @@ public interface ShellControl extends ProcessControl {
|
||||
|
||||
ShellDialect getTargetTerminalShellDialect();
|
||||
|
||||
BufferedProcessInputStream getStdout();
|
||||
|
||||
BufferedProcessInputStream getStderr();
|
||||
|
||||
default boolean hasLocalSystemAccess() {
|
||||
return getSystemId().equals(XPipeSystemId.getLocal());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user