Uses of Class
org.cryptomator.cryptofs.fh.OpenCryptoFile
-
Packages that use OpenCryptoFile Package Description org.cryptomator.cryptofs.fh -
-
Uses of OpenCryptoFile in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return OpenCryptoFile Modifier and Type Method Description OpenCryptoFileOpenCryptoFile_Factory. get()OpenCryptoFileOpenCryptoFiles. getOrCreate(Path ciphertextPath)Opens a file toretrieve a FileChannel.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)OpenCryptoFileOpenCryptoFileComponent. openCryptoFile()Methods in org.cryptomator.cryptofs.fh that return types with arguments of type OpenCryptoFile Modifier and Type Method Description Optional<OpenCryptoFile>OpenCryptoFiles. get(Path ciphertextPath)Gets an OpenCryptoFile (if any is opened) without creating it.Methods in org.cryptomator.cryptofs.fh with parameters of type OpenCryptoFile Modifier and Type Method Description booleanFileCloseListener. close(Path path, OpenCryptoFile file)
-