gnu.text
public class URLPath extends URIPath
Method Summary | |
---|---|
static URLPath | classResourcePath(Class clas) |
long | getContentLength() |
static int | getContentLength(URL url) |
long | getLastModified() |
static long | getLastModified(URL url) |
boolean | isAbsolute() |
static InputStream | openInputStream(URL url) |
InputStream | openInputStream() |
static OutputStream | openOutputStream(URL url) |
OutputStream | openOutputStream() |
Path | resolve(String relative) |
static URI | toURI(URL url) |
URI | toURI() |
String | toURIString() |
URL | toURL() |
static URLPath | valueOf(URL url) |