public class JournalTempFile extends File
An instance of this class behaves exactly as a java.io.File object would behave. However, it can be tested with instanceof to reveal that it is in fact a temp file, and as such can safely be deleted after use.
pathSeparator, pathSeparatorChar, separator, separatorChar| Constructor and Description |
|---|
JournalTempFile(File 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, toPath, toString, toURI, toURLpublic JournalTempFile(File file)
Copyright © 2013 DuraSpace. All Rights Reserved.