Uses of Class
org.cryptomator.cryptofs.fh.FileHeaderHolder
-
Packages that use FileHeaderHolder Package Description org.cryptomator.cryptofs.fh -
-
Uses of FileHeaderHolder in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return FileHeaderHolder Modifier and Type Method Description FileHeaderHolderFileHeaderHolder_Factory. get()static FileHeaderHolderFileHeaderHolder_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, AtomicReference<Path> path)Methods in org.cryptomator.cryptofs.fh with parameters of type FileHeaderHolder Modifier and Type Method Description static org.cryptomator.cryptofs.fh.ChunkLoaderChunkLoader_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, FileHeaderHolder headerHolder, CryptoFileSystemStats stats)static org.cryptomator.cryptofs.fh.ChunkSaverChunkSaver_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, FileHeaderHolder headerHolder, ExceptionsDuringWrite exceptionsDuringWrite, CryptoFileSystemStats stats)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 FileHeaderHolder 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)
-