Uses of Interface
com.biglybt.core.diskmanager.cache.CacheFileOwner
-
Packages that use CacheFileOwner Package Description com.biglybt.core.disk.impl com.biglybt.core.diskmanager.cache com.biglybt.core.diskmanager.cache.impl -
-
Uses of CacheFileOwner in com.biglybt.core.disk.impl
Classes in com.biglybt.core.disk.impl that implement CacheFileOwner Modifier and Type Class Description class
DiskManagerFileInfoImpl
-
Uses of CacheFileOwner in com.biglybt.core.diskmanager.cache
Methods in com.biglybt.core.diskmanager.cache with parameters of type CacheFileOwner Modifier and Type Method Description CacheFile
CacheFileManager. createFile(CacheFileOwner owner, java.io.File file, int type, boolean force)
-
Uses of CacheFileOwner in com.biglybt.core.diskmanager.cache.impl
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileOwner Modifier and Type Method Description CacheFile
CacheFileManagerImpl. createFile(CacheFileOwner owner, java.io.File file, int type, boolean force)
-