| 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 URLHelperIOExceptionpublic InputStream openInputStream() throws IOException
openInputStream in interface URLHelperIOException@Deprecated public InputStream openInputStreamForRange(long start, long end) throws IOException
URLHelperopenInputStreamForRange in interface URLHelperIOExceptionpublic boolean exists()
throws IOException
exists in interface URLHelperIOException