|
|||||||||
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
com.sun.mail.mbox.UNIXFolder
public class UNIXFolder
Field Summary | |
---|---|
protected java.io.RandomAccessFile |
file
|
Fields inherited from class com.sun.mail.mbox.UNIXFile |
---|
loaded |
Fields inherited from class java.io.File |
---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
---|---|
UNIXFolder(java.lang.String name)
|
Method Summary | |
---|---|
java.io.FileDescriptor |
getFD()
|
boolean |
lock(java.lang.String mode)
|
void |
touchlock()
|
void |
unlock()
|
Methods inherited from class com.sun.mail.mbox.UNIXFile |
---|
lastAccessed, lastAccessed, lastAccessed0, lock |
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 |
Methods inherited from interface com.sun.mail.mbox.FileInterface |
---|
canRead, canWrite, delete, exists, getAbsolutePath, getName, getParent, getPath, isAbsolute, isDirectory, isFile, lastModified, length, list, list, mkdir, mkdirs, renameTo |
Field Detail |
---|
protected transient java.io.RandomAccessFile file
Constructor Detail |
---|
public UNIXFolder(java.lang.String name)
Method Detail |
---|
public boolean lock(java.lang.String mode)
lock
in interface MailFile
public void unlock()
unlock
in interface MailFile
public void touchlock()
touchlock
in interface MailFile
public java.io.FileDescriptor getFD()
getFD
in interface MailFile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |