public class JavaLibCHelper extends Object
Modifier and Type | Field and Description |
---|---|
static int |
STDERR |
static int |
STDIN |
static int |
STDOUT |
Constructor and Description |
---|
JavaLibCHelper(POSIXHandler handler) |
Modifier and Type | Method and Description |
---|---|
int |
chmod(String filename,
int mode) |
int |
chown(String filename,
int user,
int group) |
int |
endpwent() |
Map<String,String> |
getEnv() |
int |
getfd(FileDescriptor descriptor) |
long |
gethandle(FileDescriptor descriptor) |
String |
getlogin() |
int |
getpid() |
Passwd |
getpwent() |
Passwd |
getpwuid(int which) |
int |
isatty(int fd) |
int |
link(String oldpath,
String newpath) |
int |
lstat(String path,
FileStat stat) |
int |
mkdir(String path,
int mode) |
int |
readlink(String oldpath,
ByteBuffer buffer,
int length) |
int |
setpwent() |
int |
stat(String path,
FileStat stat) |
int |
symlink(String oldpath,
String newpath) |
public static final int STDIN
public static final int STDOUT
public static final int STDERR
public JavaLibCHelper(POSIXHandler handler)
public int chmod(String filename, int mode)
public int chown(String filename, int user, int group)
public int getfd(FileDescriptor descriptor)
public long gethandle(FileDescriptor descriptor)
public String getlogin()
public int getpid()
public Passwd getpwent()
public int setpwent()
public int endpwent()
public Passwd getpwuid(int which)
public int isatty(int fd)
public int mkdir(String path, int mode)
public int readlink(String oldpath, ByteBuffer buffer, int length) throws IOException
IOException
Copyright © 2013. All rights reserved.