init(key:data:)
Creates a new extended attribute structure.
Declaration
init(key: String, data: ContiguousArray<UInt8>)Parameters
- key:
The attribute key.
- data:
The attribute data.
Creates a new extended attribute structure.
init(key: String, data: ContiguousArray<UInt8>)The attribute key.
The attribute data.