Uses of Class
com.biglybt.core.diskmanager.cache.impl.CacheFileWithCache
-
Packages that use CacheFileWithCache Package Description com.biglybt.core.diskmanager.cache.impl -
-
Uses of CacheFileWithCache in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as CacheFileWithCache Modifier and Type Field Description protected CacheFileWithCache
CacheEntry. file
Methods in com.biglybt.core.diskmanager.cache.impl that return CacheFileWithCache Modifier and Type Method Description CacheFileWithCache
CacheEntry. getFile()
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileWithCache Modifier and Type Method Description protected CacheEntry
CacheFileManagerImpl. allocateCacheSpace(int entry_type, CacheFileWithCache file, DirectByteBuffer buffer, long file_position, int length)
allocates space but does NOT add it to the cache list due to synchronization issues.protected void
CacheFileManagerImpl. closeFile(CacheFileWithCache file)
Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileWithCache Constructor Description CacheEntry(int _entry_type, CacheFileWithCache _file, DirectByteBuffer _buffer, long _offset, int _size)
-