コード例 #1
0
 public static void discardGlobalStateCache() {
   DownloadManagerStateImpl.discardGlobalStateCache();
 }
コード例 #2
0
 public static void loadGlobalStateCache() {
   DownloadManagerStateImpl.loadGlobalStateCache();
 }
コード例 #3
0
 public static void saveGlobalStateCache() {
   DownloadManagerStateImpl.saveGlobalStateCache();
 }
コード例 #4
0
  public static DownloadManagerState getDownloadState(TOTorrent torrent) throws TOTorrentException {

    return (DownloadManagerStateImpl.getDownloadState(torrent));
  }