Class PiecesTracker
java.lang.Object
com.frostwire.jlibtorrent.PiecesTracker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetSequentialDownloadedBytes(int fileIndex) intgetSequentialDownloadedPieces(int fileIndex) booleanisComplete(int pieceIndex) intnumFiles()intvoidsetComplete(int pieceIndex, boolean complete)
-
Constructor Details
-
PiecesTracker
-
-
Method Details
-
numFiles
public int numFiles() -
numPieces
public int numPieces() -
isComplete
public boolean isComplete(int pieceIndex) -
setComplete
public void setComplete(int pieceIndex, boolean complete) -
getSequentialDownloadedBytes
public long getSequentialDownloadedBytes(int fileIndex) -
getSequentialDownloadedPieces
public int getSequentialDownloadedPieces(int fileIndex)
-