org.gudy.azureus2.core3.torrent
Interface TOTorrentFile

All Known Implementing Classes:
TOTorrentFileImpl

public interface TOTorrentFile


Method Summary
 Map getAdditionalProperties()
           
 int getFirstPieceNumber()
           
 int getIndex()
           
 int getLastPieceNumber()
           
 long getLength()
           
 int getNumberOfPieces()
           
 byte[][] getPathComponents()
           
 String getRelativePath()
           
 TOTorrent getTorrent()
           
 

Method Detail

getTorrent

TOTorrent getTorrent()

getIndex

int getIndex()

getLength

long getLength()

getPathComponents

byte[][] getPathComponents()

getRelativePath

String getRelativePath()

getFirstPieceNumber

int getFirstPieceNumber()

getLastPieceNumber

int getLastPieceNumber()

getNumberOfPieces

int getNumberOfPieces()

getAdditionalProperties

Map getAdditionalProperties()