| Package | Description |
|---|---|
| org.apache.tomcat.jni |
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
File.getInfo(int wanted,
long thefile)
Get the specified file's stats.
|
static FileInfo |
File.getStat(java.lang.String fname,
int wanted,
long pool)
Get the specified file's stats.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
File.infoGet(FileInfo finfo,
int wanted,
long thefile)
Get the specified file's stats.
|
static int |
Directory.read(FileInfo finfo,
int wanted,
long thedir)
Read the next entry from the specified directory.
|
static int |
File.stat(FileInfo finfo,
java.lang.String fname,
int wanted,
long pool)
Get the specified file's stats.
|