FTPHelper
, HTTPHelper
, RemoteURLHelper
public interface URLHelper
HTTPHelper
,
FTPHelper
Modifier and Type | Method | 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
IOException
InputStream openInputStream() throws IOException
IOException
@Deprecated InputStream openInputStreamForRange(long start, long end) throws IOException
start
- end
- IOException
boolean exists() throws IOException
IOException