Name | Description |
---|---|
Constants | |
DownloadManager | This is the master download manager. It manages smaller threads that do the actual download. |
Downloader | |
LocalFileCache | |
LongRange | A class to represent a range of long values. Start is inclusive, End is exclusive. |
LongRangeCollection | |
PutioFile | Represents a remote file on Put.io servers. Calling the Open() method returns a PutioFileHandle which should be closed explicitly by calling its Close() method. PutioFileHandle |
PutioFileHandle | Main interface to the contents of the remote file. The file is dowloaded and stored in a local cache file. PutioFileHandle can be used like a read-only file handle to access that cache. Seeking to an offset and reading from there, like a regular file stream, will be identical to reading from the remote file. |
PutioFileStream | |
PutioFileSystem | |
PutioFolder | |
PutioFsApiDataProvider | |
PutioFsDataProvider | |
PutioFsItem | |
PutioFsTestDataProvider | |
PutioHttpStream | |
PutioStream |