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

/libcore/luni/src/main/java/java/io/
H A DFile.java1078 * @deprecated Use {@link #toURI} and {@link java.net.URI#toURL} to
1082 public URL toURL() throws java.net.MalformedURLException { method in class:File
/libcore/luni/src/main/java/java/net/
H A DURI.java59 * URL}, you can use {@link #toURL} to convert an absolute URI to a URL.
1377 public URL toURL() throws MalformedURLException { method in class:URI

Completed in 156 milliseconds