org.fusesource.jansi.internal
Class CLibrary
java.lang.Object
org.fusesource.jansi.internal.CLibrary
public class CLibrary
- extends Object
Interface to access some low level POSIX functions.
- Author:
- Hiram Chirino
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 |
STDIN_FILENO
public static int STDIN_FILENO
STDOUT_FILENO
public static int STDOUT_FILENO
STDERR_FILENO
public static int STDERR_FILENO
HAVE_ISATTY
public static boolean HAVE_ISATTY
CLibrary
public CLibrary()
isatty
public static final int isatty(int fd)
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.