org.jajuk.util
Class DownloadManager
java.lang.Object
org.jajuk.util.DownloadManager
public class DownloadManager
- extends Object
Manages network downloads
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadManager
public DownloadManager()
getRemoteCoversList
public static List<URL> getRemoteCoversList(String search)
throws IOException
- Parameters:
search
-
- Returns:
- a list of urls
- Throws:
IOException
getExtension
public static String getExtension(URL f)
- Returns the extension of file denoted by given URL.
- Parameters:
f
- the url
- Returns:
- the extension
Copyright © 2007-2008. All Rights Reserved.