public class LinuxNativePty extends JnaNativePty
| Modifier and Type | Class and Description |
|---|---|
static interface |
LinuxNativePty.UtilLibrary |
| Constructor and Description |
|---|
LinuxNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name) |
LinuxNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static LinuxNativePty |
current() |
protected void |
doSetAttr(Attributes attr) |
Attributes |
getAttr() |
Size |
getSize() |
static LinuxNativePty |
open(Attributes attr,
Size size) |
void |
setSize(Size size) |
close, doGetSlaveInput, getMaster, getMasterFD, getMasterInput, getMasterOutput, getName, getSlave, getSlaveFD, getSlaveOut, getSlaveOutFD, getSlaveOutput, newDescriptor, toStringcheckInterrupted, getSlaveInput, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSlaveInput, setAttrpublic LinuxNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name)
public LinuxNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name)
public static LinuxNativePty current() throws IOException
IOExceptionpublic static LinuxNativePty open(Attributes attr, Size size) throws IOException
IOExceptionpublic Attributes getAttr() throws IOException
IOExceptionprotected void doSetAttr(Attributes attr) throws IOException
doSetAttr in class AbstractPtyIOExceptionpublic Size getSize() throws IOException
IOExceptionpublic void setSize(Size size) throws IOException
IOExceptionCopyright © 2018. All rights reserved.