public class SolarisNativePty extends JnaNativePty
| Constructor and Description |
|---|
SolarisNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static SolarisNativePty |
current() |
Attributes |
getAttr() |
Size |
getSize() |
static SolarisNativePty |
open(Attributes attr,
Size size) |
void |
setAttr(Attributes attr) |
void |
setSize(Size size) |
close, getMaster, getMasterFD, getMasterInput, getMasterOutput, getName, getSlave, getSlaveFD, getSlaveInput, getSlaveOutput, newDescriptorpublic SolarisNativePty(int master,
FileDescriptor masterFD,
int slave,
FileDescriptor slaveFD,
String name)
public static SolarisNativePty current() throws IOException
IOExceptionpublic static SolarisNativePty open(Attributes attr, Size size) throws IOException
IOExceptionpublic Attributes getAttr() throws IOException
IOExceptionpublic void setAttr(Attributes attr) throws IOException
IOExceptionpublic Size getSize() throws IOException
IOExceptionpublic void setSize(Size size) throws IOException
IOExceptionCopyright © 2020. All rights reserved.