Uses of Class
org.apache.tomcat.jni.FileInfo
-
Packages that use FileInfo Package Description org.apache.tomcat.jni -
-
Uses of FileInfo in org.apache.tomcat.jni
Methods in org.apache.tomcat.jni that return FileInfo Modifier and Type Method 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.Methods in org.apache.tomcat.jni with parameters of type FileInfo Modifier and Type Method 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.
-