Uses of Class
org.cryptomator.cryptofs.fh.ChunkCache
-
Packages that use ChunkCache Package Description org.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of ChunkCache in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type ChunkCache Modifier and Type Method Description static CleartextFileChannelCleartextFileChannel_Factory. newInstance(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats)Constructors in org.cryptomator.cryptofs.ch with parameters of type ChunkCache Constructor Description CleartextFileChannel(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats) -
Uses of ChunkCache in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return ChunkCache Modifier and Type Method Description ChunkCacheChunkCache_Factory. get()static ChunkCacheChunkCache_Factory. newInstance(Object chunkLoader, Object chunkSaver, CryptoFileSystemStats stats)Methods in org.cryptomator.cryptofs.fh with parameters of type ChunkCache Modifier and Type Method Description static OpenCryptoFileOpenCryptoFile_Factory. newInstance(FileCloseListener listener, ChunkCache chunkCache, org.cryptomator.cryptolib.api.Cryptor cryptor, FileHeaderHolder headerHolder, Object chunkIO, AtomicReference<Path> currentFilePath, AtomicLong fileSize, AtomicReference<Instant> lastModified, OpenCryptoFileComponent component)Constructors in org.cryptomator.cryptofs.fh with parameters of type ChunkCache Constructor Description OpenCryptoFile(FileCloseListener listener, ChunkCache chunkCache, org.cryptomator.cryptolib.api.Cryptor cryptor, FileHeaderHolder headerHolder, org.cryptomator.cryptofs.fh.ChunkIO chunkIO, AtomicReference<Path> currentFilePath, AtomicLong fileSize, AtomicReference<Instant> lastModified, OpenCryptoFileComponent component)
-