org.lastbamboo.common.download
Interface StreamableDownloader

All Known Subinterfaces:
GnutellaDownloader, LittleShootDownloader, TorrentDownloader
All Known Implementing Classes:
MultiSourceDownloader

public interface StreamableDownloader

Super-interface for downloaders that may or may not be capable of streaming.


Method Summary
 long getStartTime()
          Accessor the time the download started.
 boolean isStreamable()
          Returns whether or not this downloader can be streamed.
 

Method Detail

isStreamable

boolean isStreamable()
Returns whether or not this downloader can be streamed.

Returns:
true if the downloader can be streamed, otherwise false.

getStartTime

long getStartTime()
Accessor the time the download started.

Returns:
The time the download started.


Copyright © 2013 LittleShoot. All Rights Reserved.