Interface DMPieceMapperFile
-
- All Known Implementing Classes:
PieceMapperImpl.fileInfo
public interface DMPieceMapperFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiskManagerFileInfo
getFileInfo()
long
getLength()
java.lang.String
getRelativeDataPath()
TOTorrentFile
getTorrentFile()
void
setFileInfo(DiskManagerFileInfo file)
-
-
-
Method Detail
-
getLength
long getLength()
-
getRelativeDataPath
java.lang.String getRelativeDataPath()
- Returns:
- Relative file location and file name
-
getTorrentFile
TOTorrentFile getTorrentFile()
-
getFileInfo
DiskManagerFileInfo getFileInfo()
-
setFileInfo
void setFileInfo(DiskManagerFileInfo file)
-
-