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