com.aelitis.azureus.core.diskmanager.file
Interface FMFileManager

All Known Implementing Classes:
FMFileManagerImpl

public interface FMFileManager


Method Summary
 FMFile createFile(FMFileOwner owner, File file, int type)
           
 File getFileLink(TOTorrent torrent, int from_index, File from_file)
           
 void setFileLinks(TOTorrent torrent, LinkFileMap links)
           
 

Method Detail

createFile

FMFile createFile(FMFileOwner owner,
                  File file,
                  int type)
                  throws FMFileManagerException
Throws:
FMFileManagerException

setFileLinks

void setFileLinks(TOTorrent torrent,
                  LinkFileMap links)

getFileLink

File getFileLink(TOTorrent torrent,
                 int from_index,
                 File from_file)