Constructor File(URI uri)
Member of: java.io.File
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return new File(uri);
2 addFile(new File(uri), fire);
3 File file = new File(uri);
4 _file =new File(new URI(url.toString()));
5 File normFile = new File(file.toURI().normalize());
6 File newFile = new File(absoluteURI);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.