@OpenApiAll
public class TempFile
extends java.io.File
Constructor and Description |
---|
TempFile(java.io.File parent,
java.lang.String child)
Constructor.
Creates a new File instance from a parent abstract pathname and a child pathname string. |
TempFile(java.lang.String pathname)
Constructor.
Creates a new File instance by converting the given pathname string into an abstract pathname. |
TempFile(java.lang.String parent,
java.lang.String child)
Constructor.
Creates a new File instance from a parent pathname string and a child pathname string. |
TempFile(java.net.URI uri)
Constructor.
Creates a new File instance by converting the given file: URI into an abstract pathname. |
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, toURL
public TempFile(java.lang.String pathname)
pathname
- A pathname stringpublic TempFile(java.io.File parent, java.lang.String child)
parent
- The parent abstract pathnamechild
- The child pathname stringpublic TempFile(java.lang.String parent, java.lang.String child)
parent
- The parent pathname stringchild
- The child pathname stringpublic TempFile(java.net.URI uri)
uri
- An absolute, hierarchical URI with a scheme equal to "file", a non-empty path component, and undefined authority, query, and fragment componentsCopyright © 2010 - No Magic Asia