Uses of Class
org.cryptomator.cryptofs.fh.OpenFileSize
-
Packages that use OpenFileSize Package Description org.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of OpenFileSize in org.cryptomator.cryptofs.ch
Constructor parameters in org.cryptomator.cryptofs.ch with annotations of type OpenFileSize 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 OpenFileSize in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with annotations of type OpenFileSize Modifier and Type Method Description AtomicLongOpenCryptoFileModule. provideFileSize()Constructor parameters in org.cryptomator.cryptofs.fh with annotations of type OpenFileSize Constructor Description OpenCryptoFile(FileCloseListener listener, ChunkCache chunkCache, org.cryptomator.cryptolib.api.Cryptor cryptor, FileHeaderHolder headerHolder, org.cryptomator.cryptofs.fh.ChunkIO chunkIO, AtomicReference<Path> currentFilePath, AtomicLong fileSize, AtomicReference<Instant> lastModified, OpenCryptoFileComponent component)
-