Uses of Class
org.cryptomator.cryptofs.fh.CurrentOpenFilePath
-
Packages that use CurrentOpenFilePath Package Description org.cryptomator.cryptofs.fh -
-
Uses of CurrentOpenFilePath in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with annotations of type CurrentOpenFilePath Modifier and Type Method Description AtomicReference<Path>OpenCryptoFileModule. provideCurrentPath(Path originalPath)Method parameters in org.cryptomator.cryptofs.fh with annotations of type CurrentOpenFilePath Modifier and Type Method Description Supplier<BasicFileAttributeView>OpenCryptoFileModule. provideBasicFileAttributeViewSupplier(AtomicReference<Path> currentPath)Constructor parameters in org.cryptomator.cryptofs.fh with annotations of type CurrentOpenFilePath Constructor Description FileHeaderHolder(org.cryptomator.cryptolib.api.Cryptor cryptor, AtomicReference<Path> path)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)
-