|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtux.UDir
Class for directory system calls.
Nested Class Summary | |
static class |
UDir.s_dirent
Java version of C struct dirent. |
Constructor Summary | |
UDir()
|
Method Summary | |
static void |
closedir(long dirp)
Calls closedir. |
static void |
mkdir(java.lang.String path,
int mode)
Calls mkdir. |
static long |
opendir(java.lang.String path)
Calls opendir. |
static UDir.s_dirent |
readdir(long dirp)
Calls readdir_r. |
static void |
rewinddir(long dirp)
Calls rewinddir. |
static void |
rmdir(java.lang.String path)
Calls rmdir. |
static void |
seekdir(long dirp,
long loc)
Calls seekdir. |
static long |
telldir(long dirp)
Calls telldir. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UDir()
Method Detail |
public static void closedir(long dirp) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static void mkdir(java.lang.String path, int mode) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static long opendir(java.lang.String path) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static UDir.s_dirent readdir(long dirp) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static void rewinddir(long dirp) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static void rmdir(java.lang.String path) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static void seekdir(long dirp, long loc) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
public static long telldir(long dirp) throws UErrorException
Click here for Posix/SUS C API.
UErrorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |