alt.java.io
public class FileImpl extends Object implements File
Constructor Summary | |
---|---|
FileImpl(File file) | |
FileImpl(String fileName) |
Method Summary | |
---|---|
boolean | canRead() |
boolean | canWrite() |
int | compareTo(File pathname) |
int | compareTo(Object o) |
boolean | createNewFile() |
File | createTempFile(String prefix, String suffix, File directory) |
File | createTempFile(String prefix, String suffix) |
boolean | delete() |
void | deleteOnExit() |
boolean | exists() |
File | getAbsoluteFile() |
String | getAbsolutePath() |
File | getCanonicalFile() |
String | getCanonicalPath() |
String | getName() |
String | getParent() |
File | getParentFile() |
String | getPath() |
File | getRealFile() |
boolean | isAbsolute() |
boolean | isDirectory() |
boolean | isFile() |
boolean | isHidden() |
long | lastModified() |
long | length() |
String[] | list() |
String[] | list(FilenameFilter filter) |
File[] | listFiles() |
File[] | listFiles(FilenameFilter filter) |
File[] | listFiles(FileFilter filter) |
File[] | listRoots() |
boolean | mkdir() |
boolean | mkdirs() |
boolean | renameTo(File dest) |
boolean | setLastModified(long time) |
boolean | setReadOnly() |
URL | toURL() |