Uses of Class
org.cryptomator.cryptofs.ch.CleartextFileChannel
-
Packages that use CleartextFileChannel Package Description org.cryptomator.cryptofs.ch -
-
Uses of CleartextFileChannel in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch that return CleartextFileChannel Modifier and Type Method Description CleartextFileChannelChannelComponent. channel()CleartextFileChannelCleartextFileChannel_Factory. get()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)Methods in org.cryptomator.cryptofs.ch with parameters of type CleartextFileChannel Modifier and Type Method Description voidChannelCloseListener. closed(CleartextFileChannel channel)
-