Closeable
, AutoCloseable
, Pty
public class SolarisNativePty extends JnaNativePty
Constructor | Description |
---|---|
SolarisNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
int slaveOut,
FileDescriptor slaveOutFD,
String name) |
|
SolarisNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name) |
Modifier and Type | Method | Description |
---|---|---|
static SolarisNativePty |
current() |
|
protected void |
doSetAttr(Attributes attr) |
|
Attributes |
getAttr() |
|
Size |
getSize() |
|
static SolarisNativePty |
open(Attributes attr,
Size size) |
|
void |
setSize(Size size) |
close, doGetSlaveInput, getMaster, getMasterFD, getMasterInput, getMasterOutput, getName, getSlave, getSlaveFD, getSlaveOut, getSlaveOutFD, getSlaveOutput, newDescriptor, toString
checkInterrupted, getSlaveInput, setAttr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSlaveInput, setAttr
public SolarisNativePty(int master, FileDescriptor masterFD, int slave, FileDescriptor slaveFD, String name)
public SolarisNativePty(int master, FileDescriptor masterFD, int slave, FileDescriptor slaveFD, int slaveOut, FileDescriptor slaveOutFD, String name)
public static SolarisNativePty current() throws IOException
IOException
public static SolarisNativePty open(Attributes attr, Size size) throws IOException
IOException
public Attributes getAttr() throws IOException
IOException
protected void doSetAttr(Attributes attr) throws IOException
doSetAttr
in class AbstractPty
IOException
public Size getSize() throws IOException
IOException
public void setSize(Size size) throws IOException
IOException
Copyright © 2020. All rights reserved.