public class OsXNativePty extends JansiNativePty
| Constructor and Description |
|---|
OsXNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name) |
OsXNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static OsXNativePty |
current() |
static OsXNativePty |
open(Attributes attr,
Size size) |
protected Attributes |
toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio) |
protected org.fusesource.jansi.internal.CLibrary.Termios |
toTermios(Attributes t) |
close, doGetSlaveInput, doSetAttr, getAttr, getMaster, getMasterFD, getMasterInput, getMasterOutput, getName, getSize, getSlave, getSlaveFD, getSlaveOut, getSlaveOutFD, getSlaveOutput, newDescriptor, setSize, toString, ttynamecheckInterrupted, getSlaveInput, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSlaveInput, setAttrpublic OsXNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name)
public OsXNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name)
public static OsXNativePty current() throws IOException
IOExceptionpublic static OsXNativePty open(Attributes attr, Size size) throws IOException
IOExceptionprotected org.fusesource.jansi.internal.CLibrary.Termios toTermios(Attributes t)
toTermios in class JansiNativePtyprotected Attributes toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
toAttributes in class JansiNativePtyCopyright © 2020. All rights reserved.