Uses of Class
org.cryptomator.cryptofs.fh.OpenFileModifiedDate
-
Packages that use OpenFileModifiedDate Package Description org.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of OpenFileModifiedDate in org.cryptomator.cryptofs.ch
Constructor parameters in org.cryptomator.cryptofs.ch with annotations of type OpenFileModifiedDate 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 OpenFileModifiedDate in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with annotations of type OpenFileModifiedDate Modifier and Type Method Description AtomicReference<Instant>OpenCryptoFileModule. provideLastModifiedDate(Path originalPath)Constructor parameters in org.cryptomator.cryptofs.fh with annotations of type OpenFileModifiedDate 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)
-