Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
long |
getContentLength() |
URL |
getUrl() |
InputStream |
openInputStream() |
InputStream |
openInputStreamForRange(long start,
long end)
Deprecated.
|
public FTPHelper(URL url)
public long getContentLength() throws IOException
getContentLength
in interface URLHelper
IOException
public InputStream openInputStream() throws IOException
openInputStream
in interface URLHelper
IOException
@Deprecated public InputStream openInputStreamForRange(long start, long end) throws IOException
URLHelper
openInputStreamForRange
in interface URLHelper
IOException
public boolean exists() throws IOException
exists
in interface URLHelper
IOException