getAttributeByteString

open fun getAttributeByteString(attribute: String): String?

Gets the value of a byte string attribute. If the attribute does not contain a byte string, null will be returned.

Return

the contents of the @attribute value as a byte string, or null otherwise.

Parameters

attribute

a file attribute key.