Uses of Interface
org.cryptomator.cryptofs.fh.OpenCryptoFileComponent
-
Packages that use OpenCryptoFileComponent Package Description org.cryptomator.cryptofs.fh -
-
Uses of OpenCryptoFileComponent in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return OpenCryptoFileComponent Modifier and Type Method Description OpenCryptoFileComponentOpenCryptoFileComponent.Builder. build()Methods in org.cryptomator.cryptofs.fh with parameters of type OpenCryptoFileComponent 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 OpenCryptoFileComponent 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)
-