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 FileInfoFile. getInfo(int wanted, long thefile)Get the specified file's stats.static FileInfoFile. 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 intFile. infoGet(FileInfo finfo, int wanted, long thefile)Get the specified file's stats.static intDirectory. read(FileInfo finfo, int wanted, long thedir)Read the next entry from the specified directory.static intFile. stat(FileInfo finfo, String fname, int wanted, long pool)Get the specified file's stats.
-