getValueAsLongs

Gets the value as an array of longs. This method should be used for tags of type TYPE_UNSIGNED_LONG .

Return

the value as as an array of longs, or null if the tag's value does not exist or cannot be converted to an array of longs.

open fun getValueAsLongs(): Array<Long>