Uses of Class
org.cryptomator.cryptofs.fh.ExceptionsDuringWrite
-
Packages that use ExceptionsDuringWrite Package Description org.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of ExceptionsDuringWrite in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type ExceptionsDuringWrite 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)Constructors in org.cryptomator.cryptofs.ch with parameters of type ExceptionsDuringWrite 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 ExceptionsDuringWrite in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return ExceptionsDuringWrite Modifier and Type Method Description ExceptionsDuringWriteExceptionsDuringWrite_Factory. get()static ExceptionsDuringWriteExceptionsDuringWrite_Factory. newInstance()Methods in org.cryptomator.cryptofs.fh with parameters of type ExceptionsDuringWrite Modifier and Type Method Description static org.cryptomator.cryptofs.fh.ChunkSaverChunkSaver_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, FileHeaderHolder headerHolder, ExceptionsDuringWrite exceptionsDuringWrite, CryptoFileSystemStats stats)
-