Uses of Class
org.cryptomator.cryptofs.EffectiveOpenOptions
Packages that use EffectiveOpenOptions
Package
Description
Crypto filesystem decoration layer
-
Uses of EffectiveOpenOptions in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return EffectiveOpenOptionsModifier and TypeMethodDescriptionstatic EffectiveOpenOptionsEffectiveOpenOptions.from(Set<? extends OpenOption> options, ReadonlyFlag readonlyFlag) -
Uses of EffectiveOpenOptions in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type EffectiveOpenOptionsModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.ch.CleartextFileChannelCleartextFileChannel_Factory.newInstance(FileChannel ciphertextFileChannel, org.cryptomator.cryptofs.fh.FileHeaderHolder fileHeaderHolder, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, org.cryptomator.cryptofs.fh.ChunkCache chunkCache, org.cryptomator.cryptofs.fh.BufferPool bufferPool, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, AtomicReference<Path> currentPath, org.cryptomator.cryptofs.fh.ExceptionsDuringWrite exceptionsDuringWrite, org.cryptomator.cryptofs.ch.ChannelCloseListener closeListener, CryptoFileSystemStats stats)