public interface URLHelper
HTTPHelper,
FTPHelper| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
long |
getContentLength() |
URL |
getUrl() |
InputStream |
openInputStream() |
InputStream |
openInputStreamForRange(long start,
long end)
Deprecated.
Will be removed in a future release, as is somewhat fragile
and not used.
|
URL getUrl()
long getContentLength()
throws IOException
IOExceptionInputStream openInputStream() throws IOException
IOException@Deprecated InputStream openInputStreamForRange(long start, long end) throws IOException
start - end - IOExceptionboolean exists()
throws IOException
IOException