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(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,
String fname,
int wanted,
long pool)
Get the specified file's stats.
|
Copyright © 2008–2022 The Netty Project. All rights reserved.