org.lastbamboo.common.download
Interface TorrentDownloader

All Superinterfaces:
StreamableDownloader

public interface TorrentDownloader
extends StreamableDownloader

Interface for torrent downloads.


Method Summary
 File getIncompleteDir()
           
 long getMaxContiguousByte()
           
 int getNumFiles()
           
 File getTorrentFile()
           
 int getTorrentState()
           
 String getUri()
           
 void setSeeding(boolean seeding)
           
 
Methods inherited from interface org.lastbamboo.common.download.StreamableDownloader
getStartTime, isStreamable
 

Method Detail

getMaxContiguousByte

long getMaxContiguousByte()

getNumFiles

int getNumFiles()

getTorrentState

int getTorrentState()

getTorrentFile

File getTorrentFile()

getIncompleteDir

File getIncompleteDir()

getUri

String getUri()

setSeeding

void setSeeding(boolean seeding)


Copyright © 2013 LittleShoot. All Rights Reserved.