Java - Io Class File: Throws
Java - Io Class File: Throws
io
Class File
java.lang.Object
|
+--java.lang.File
public final class File extends Object
Constructor Summary
File (File parent, String child)
Creates a new File instance from a parent abstract
pathname and a child pathname string.
Throws : NullPointerException - If child is null
File(String pathname)
Creates a new File instance by converting the given
pathname string into an abstract pathname.
Throws: NullPointerException - If the pathname argument
is null
File(String parent, String child)
Creates a new File instance from a parent pathname
string and a child pathname string.
Throws: NullPointerException - If child is null
File(URI uri)
Creates a new File instance by converting the
given file: URI into an abstract pathname.
Throws: NullPointerException - If uri is null
Method Summary