Searched defs:File (Results 1 - 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/io/ | ||
H A D | File.java | 40 * <p>The actual file referenced by a {@code File} may or may not exist. It may 41 * also, despite the name {@code File}, be a directory or other non-regular 55 public class File implements Serializable, Comparable<File> { class in inherits:Serializable,Comparable 117 public File(File dir, String name) { method in class:File 129 public File(String path) { method in class:File 134 * Constructs a new File using the specified directory path and file name, 144 public File(String dirPath, String name) { method in class:File 158 * Constructs a new File usin 173 public File(URI uri) { method in class:File [all...] |
Completed in 32 milliseconds