Searched defs:File (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DFile.java85 * Each directory's absolute pathname is an ancestor of any <tt>File</tt>
128 * <p> Instances of the <code>File</code> class are immutable; that is, once
129 * created, the abstract pathname represented by a <code>File</code> object
137 * many of the limitations of the {@code java.io.File} class.
139 * Path} that uses the abstract path represented by a {@code File} object to
154 public class File class in inherits:Serializable,Comparable
155 implements Serializable, Comparable<File>
254 private File(String pathname, int prefixLength) { method in class:File
262 * public(File, String) constructor.
264 private File(Strin method in class:File
280 public File(String pathname) { method in class:File
320 public File(String parent, String child) { method in class:File
358 public File(File parent, String child) { method in class:File
412 public File(URI uri) { method in class:File
[all...]

Completed in 61 milliseconds