Uses of Class
org.cryptomator.cryptofs.dir.CryptoDirectoryStream
-
Packages that use CryptoDirectoryStream Package Description org.cryptomator.cryptofs.dir This package contains classes used during directory listing. -
-
Uses of CryptoDirectoryStream in org.cryptomator.cryptofs.dir
Methods in org.cryptomator.cryptofs.dir that return CryptoDirectoryStream Modifier and Type Method Description CryptoDirectoryStreamDirectoryStreamComponent. directoryStream()CryptoDirectoryStreamCryptoDirectoryStream_Factory. get()CryptoDirectoryStreamDirectoryStreamFactory. newDirectoryStream(CryptoPath cleartextDir, DirectoryStream.Filter<? super Path> filter)static CryptoDirectoryStreamCryptoDirectoryStream_Factory. newInstance(String dirId, DirectoryStream<Path> ciphertextDirStream, Path cleartextDir, DirectoryStream.Filter<? super Path> filter, Consumer<CryptoDirectoryStream> onClose, Object nodeProcessor)Method parameters in org.cryptomator.cryptofs.dir with type arguments of type CryptoDirectoryStream Modifier and Type Method Description static CryptoDirectoryStreamCryptoDirectoryStream_Factory. newInstance(String dirId, DirectoryStream<Path> ciphertextDirStream, Path cleartextDir, DirectoryStream.Filter<? super Path> filter, Consumer<CryptoDirectoryStream> onClose, Object nodeProcessor)DirectoryStreamComponent.BuilderDirectoryStreamComponent.Builder. onClose(Consumer<CryptoDirectoryStream> onClose)Constructor parameters in org.cryptomator.cryptofs.dir with type arguments of type CryptoDirectoryStream Constructor Description CryptoDirectoryStream(String dirId, DirectoryStream<Path> ciphertextDirStream, Path cleartextDir, DirectoryStream.Filter<? super Path> filter, Consumer<CryptoDirectoryStream> onClose, org.cryptomator.cryptofs.dir.NodeProcessor nodeProcessor)
-