public static final class TruffleFile.AttributeDescriptor<T> extends Object
Not all attributes are supported by all filesystems. When the filesystem does not support the
attribute the attribute read fails with UnsupportedOperationException.
Attributes can be read one by one by the
getAttribute method or as a bulk read operation by
getAttributes method. When more attributes are needed the bulk read provides better
performance.