|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.jansi.internal.CLibrary
public class CLibrary
Interface to access some low level POSIX functions.
Field Summary | |
---|---|
static boolean |
HAVE_ISATTY
|
static int |
STDERR_FILENO
|
static int |
STDIN_FILENO
|
static int |
STDOUT_FILENO
|
Constructor Summary | |
---|---|
CLibrary()
|
Method Summary | |
---|---|
static int |
isatty(int fd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int STDIN_FILENO
public static int STDOUT_FILENO
public static int STDERR_FILENO
public static boolean HAVE_ISATTY
Constructor Detail |
---|
public CLibrary()
Method Detail |
---|
public static final int isatty(int fd)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |