---
title: ArchiveHeader.EntryXATBlob
framework: applearchive
role: symbol
role_heading: Class
path: applearchive/archiveheader/entryxatblob
---

# ArchiveHeader.EntryXATBlob

An object that describes the extended attributes of an archive entry.

## Declaration

```swift
class EntryXATBlob
```

## Topics

### Creating an Extended Attributes Blob

- [init()](applearchive/archiveheader/entryxatblob/init().md)
- [init(directory:path:flags:)](applearchive/archiveheader/entryxatblob/init(directory:path:flags:).md)
- [init(withAAEncodedData:)](applearchive/archiveheader/entryxatblob/init(withaaencodeddata:).md)

### Applying an Extended Attributes Blob

- [apply(directory:path:flags:)](applearchive/archiveheader/entryxatblob/apply(directory:path:flags:).md)

### Describing Extended Attributes

- [ArchiveHeader.EntryXATBlob.ExtendedAttribute](applearchive/archiveheader/entryxatblob/extendedattribute.md)

### Collection Requirements

- [append(_:)](applearchive/archiveheader/entryxatblob/append(_:).md)
- [remove(at:)](applearchive/archiveheader/entryxatblob/remove(at:).md)
- [removeAll()](applearchive/archiveheader/entryxatblob/removeall().md)
- [withAAEncodedData(_:)](applearchive/archiveheader/entryxatblob/withaaencodeddata(_:).md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [MutableCollection](swift/mutablecollection.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sequence](swift/sequence.md)

## See Also

### Manipulating Entries

- [ArchiveHeader.EntryAttributes](applearchive/archiveheader/entryattributes.md)
- [entryType](applearchive/archiveheader/entrytype-swift.property.md)
- [ArchiveHeader.EntryType](applearchive/archiveheader/entrytype-swift.struct.md)
- [ArchiveHeader.EntryFilter](applearchive/archiveheader/entryfilter.md)
- [ArchiveHeader.EntryMessage](applearchive/archiveheader/entrymessage.md)
- [ArchiveHeader.EntryFilterData](applearchive/archiveheader/entryfilterdata.md)
- [ArchiveHeader.EntryMessageStatus](applearchive/archiveheader/entrymessagestatus.md)
