getAttributeInt32

open fun getAttributeInt32(attribute: String): Int

Gets a signed 32-bit integer contained within the attribute. If the attribute does not contain a signed 32-bit integer, or is invalid, 0 will be returned.

Return

a signed 32-bit integer from the attribute.

Parameters

attribute

a file attribute key.