Uses of Interface
org.cryptomator.cryptofs.ch.ChannelCloseListener
-
Packages that use ChannelCloseListener Package Description org.cryptomator.cryptofs.ch -
-
Uses of ChannelCloseListener in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type ChannelCloseListener 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. onClose(ChannelCloseListener listener)Constructors in org.cryptomator.cryptofs.ch with parameters of type ChannelCloseListener 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)
-