public class JnaSupportImpl extends Object implements JnaSupport
| Constructor and Description |
|---|
JnaSupportImpl() |
| Modifier and Type | Method and Description |
|---|---|
Pty |
current() |
Pty |
open(Attributes attributes,
Size size) |
Terminal |
winSysTerminal(String name,
String type,
boolean ansiPassThrough,
Charset encoding,
int codepage,
boolean nativeSignals,
Terminal.SignalHandler signalHandler) |
public Pty current() throws IOException
current in interface JnaSupportIOExceptionpublic Pty open(Attributes attributes, Size size) throws IOException
open in interface JnaSupportIOExceptionpublic Terminal winSysTerminal(String name, String type, boolean ansiPassThrough, Charset encoding, int codepage, boolean nativeSignals, Terminal.SignalHandler signalHandler) throws IOException
winSysTerminal in interface JnaSupportIOExceptionCopyright © 2020. All rights reserved.