Package org.cryptomator.cryptofs.attr
Class AttributeProvider
- java.lang.Object
-
- org.cryptomator.cryptofs.attr.AttributeProvider
-
@CryptoFileSystemScoped public class AttributeProvider extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends BasicFileAttributes>
AreadAttributes(CryptoPath cleartextPath, Class<A> type, LinkOption... options)
-
-
-
Method Detail
-
readAttributes
public <A extends BasicFileAttributes> A readAttributes(CryptoPath cleartextPath, Class<A> type, LinkOption... options) throws IOException
- Throws:
IOException
-
-