|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
se.datadosen.io.FastFile
public class FastFile
Wrap Files into this cached File version to speed up sorting (4 fold for file date comparisons)
Company: JAlbum AB
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
FastFile(java.io.File f)
|
|
| Method Summary | |
|---|---|
long |
getCameraDate()
|
AlbumObjectProperties |
getProperties()
|
boolean |
isDirectory()
|
long |
lastModified()
|
boolean |
setLastModified(long modificationDate)
|
java.io.File |
unWrap()
|
| 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, isFile, isHidden, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FastFile(java.io.File f)
| Method Detail |
|---|
public final boolean isDirectory()
isDirectory in class java.io.Filepublic final long lastModified()
lastModified in class java.io.Filepublic final boolean setLastModified(long modificationDate)
setLastModified in class java.io.Filepublic long getCameraDate()
public AlbumObjectProperties getProperties()
public final java.io.File unWrap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||