public static void discardGlobalStateCache() { DownloadManagerStateImpl.discardGlobalStateCache(); }
public static void loadGlobalStateCache() { DownloadManagerStateImpl.loadGlobalStateCache(); }
public static void saveGlobalStateCache() { DownloadManagerStateImpl.saveGlobalStateCache(); }
public static DownloadManagerState getDownloadState(TOTorrent torrent) throws TOTorrentException { return (DownloadManagerStateImpl.getDownloadState(torrent)); }