Closeable
, AutoCloseable
, Pty
public class FreeBsdNativePty extends JansiNativePty
Constructor | Description |
---|---|
FreeBsdNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name) |
|
FreeBsdNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name) |
Modifier and Type | Method | Description |
---|---|---|
static FreeBsdNativePty |
current() |
|
static FreeBsdNativePty |
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, ttyname
checkInterrupted, getSlaveInput, setAttr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSlaveInput, setAttr
public FreeBsdNativePty(int master, FileDescriptor masterFD, int slave, FileDescriptor slaveFD, String name)
public FreeBsdNativePty(int master, FileDescriptor masterFD, int slave, FileDescriptor slaveFD, int slaveOut, FileDescriptor slaveOutFD, String name)
public static FreeBsdNativePty current() throws IOException
IOException
public static FreeBsdNativePty open(Attributes attr, Size size) throws IOException
IOException
protected org.fusesource.jansi.internal.CLibrary.Termios toTermios(Attributes t)
toTermios
in class JansiNativePty
protected Attributes toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
toAttributes
in class JansiNativePty
Copyright © 2020. All rights reserved.