Piecepublic interface Piece
Methods Summary |
---|
public int | getAllocatableRequestCount()number of requests that are available to be made
| public boolean | isDone()
| public boolean | isDownloading()
| public boolean | isFullyAllocatable()indicates if this piece is free and available to be allocated for download
not done, needed and not downloading
| public boolean | isNeeded()
|
|