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

/libcore/luni/src/main/java/java/io/
H A DFile.java1087 * @deprecated use {@link #toURI} and {@link java.net.URI#toURL} to get
1091 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.
1353 public URL toURL() throws MalformedURLException { method in class:URI

Completed in 98 milliseconds