Package org.cryptomator.frontend.fuse
Class ReadOnlyDirectoryHandler
java.lang.Object
org.cryptomator.frontend.fuse.ReadOnlyDirectoryHandler
- Direct Known Subclasses:
ReadWriteDirectoryHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetattr(Path path, BasicFileAttributes attrs, org.cryptomator.jfuse.api.Stat stat) intreaddir(Path path, org.cryptomator.jfuse.api.DirFiller filler, long offset, org.cryptomator.jfuse.api.FileInfo fi)
-
Constructor Details
-
ReadOnlyDirectoryHandler
-
-
Method Details
-
getattr
-
readdir
public int readdir(Path path, org.cryptomator.jfuse.api.DirFiller filler, long offset, org.cryptomator.jfuse.api.FileInfo fi) throws IOException - Throws:
IOException
-