Uses of Class
org.cryptomator.cryptofs.EffectiveOpenOptions
-
Packages that use EffectiveOpenOptions Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of EffectiveOpenOptions in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return EffectiveOpenOptions Modifier and Type Method Description static 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 EffectiveOpenOptions Modifier and Type Method Description static CleartextFileChannelCleartextFileChannel_Factory. newInstance(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats)ChannelComponent.BuilderChannelComponent.Builder. openOptions(EffectiveOpenOptions options)Constructors in org.cryptomator.cryptofs.ch with parameters of type EffectiveOpenOptions Constructor Description CleartextFileChannel(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats) -
Uses of EffectiveOpenOptions in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with parameters of type EffectiveOpenOptions Modifier and Type Method Description FileChannelOpenCryptoFile. newFileChannel(EffectiveOpenOptions options)Creates a new file channel with the given open options.ByteBufferOpenCryptoFiles. readCiphertextFile(Path ciphertextPath, EffectiveOpenOptions openOptions, int maxBufferSize)voidOpenCryptoFiles. writeCiphertextFile(Path ciphertextPath, EffectiveOpenOptions openOptions, ByteBuffer contents)
-