Uses of Interface
org.johnnei.javatorrent.disk.IDiskJob
-
Packages that use IDiskJob Package Description org.johnnei.javatorrent org.johnnei.javatorrent.disk org.johnnei.javatorrent.torrent -
-
Uses of IDiskJob in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent with parameters of type IDiskJob Modifier and Type Method Description voidTorrentClient. addDiskJob(IDiskJob task)Submits the disk job to be processed by the IO manager. -
Uses of IDiskJob in org.johnnei.javatorrent.disk
Classes in org.johnnei.javatorrent.disk that implement IDiskJob Modifier and Type Class Description classDiskJobCheckHashA job to check the hash of a piece for a given torrentclassDiskJobReadBlockclassDiskJobWriteBlock -
Uses of IDiskJob in org.johnnei.javatorrent.torrent
Methods in org.johnnei.javatorrent.torrent with parameters of type IDiskJob Modifier and Type Method Description voidTorrent. addDiskJob(IDiskJob task)Adds a task to the IOManager of this torrent
-