Interface FMFileManager
-
- All Known Implementing Classes:
FMFileManagerImpl
public interface FMFileManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FMFile
createFile(FMFileOwner owner, java.io.File file, int type, boolean force)
java.io.File
getFileLink(TOTorrent torrent, int from_index, java.io.File from_file)
boolean
hasLinks(TOTorrent torrent)
void
setFileLinks(TOTorrent torrent, LinkFileMap links)
-
-
-
Method Detail
-
createFile
FMFile createFile(FMFileOwner owner, java.io.File file, int type, boolean force) throws FMFileManagerException
- Throws:
FMFileManagerException
-
setFileLinks
void setFileLinks(TOTorrent torrent, LinkFileMap links)
-
getFileLink
java.io.File getFileLink(TOTorrent torrent, int from_index, java.io.File from_file)
-
hasLinks
boolean hasLinks(TOTorrent torrent)
-
-