public interface Pty extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttr() |
InputStream |
getMasterInput() |
OutputStream |
getMasterOutput() |
Size |
getSize() |
InputStream |
getSlaveInput() |
OutputStream |
getSlaveOutput() |
void |
setAttr(Attributes attr) |
void |
setSize(Size size) |
InputStream getMasterInput() throws IOException
IOExceptionOutputStream getMasterOutput() throws IOException
IOExceptionInputStream getSlaveInput() throws IOException
IOExceptionOutputStream getSlaveOutput() throws IOException
IOExceptionAttributes getAttr() throws IOException
IOExceptionvoid setAttr(Attributes attr) throws IOException
IOExceptionSize getSize() throws IOException
IOExceptionvoid setSize(Size size) throws IOException
IOExceptionCopyright © 2020. All rights reserved.