|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.File
com.sun.mail.mbox.UNIXFile
public class UNIXFile
Field Summary | |
---|---|
protected static boolean |
loaded
|
Fields inherited from class java.io.File |
---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
---|---|
UNIXFile(java.lang.String name)
|
Method Summary | |
---|---|
long |
lastAccessed()
|
static long |
lastAccessed(java.io.File file)
Return the access time of the file. |
static long |
lastAccessed0(java.lang.String name)
|
static boolean |
lock(java.io.FileDescriptor fd,
java.lang.String mode)
Lock the file referred to by fd. |
Methods inherited from class java.io.File |
---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final boolean loaded
Constructor Detail |
---|
public UNIXFile(java.lang.String name)
Method Detail |
---|
public static long lastAccessed(java.io.File file)
public long lastAccessed()
public static boolean lock(java.io.FileDescriptor fd, java.lang.String mode)
public static long lastAccessed0(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |