|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlame.std.FileUtil
public class FileUtil
| Nested Class Summary | |
|---|---|
static class |
FileUtil.FILE
|
| Constructor Summary | |
|---|---|
FileUtil()
Creates a new instance of FileUtil |
|
| Method Summary | |
|---|---|
static int |
fclose(FileUtil.FILE stream)
int fclose(FILE *stream); |
static FileUtil.FILE |
fopen(java.lang.String filename,
java.lang.String mode)
FILE *fopen(const char *filename, const char *mode); |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtil()
| Method Detail |
|---|
public static FileUtil.FILE fopen(java.lang.String filename,
java.lang.String mode)
FILE *fopen(const char *filename, const char *mode);
public static int fclose(FileUtil.FILE stream)
int fclose(FILE *stream);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||