readBlob(key:into:)
Reads the current entry blob data.
Declaration
func readBlob(key: ArchiveHeader.FieldKey, into buffer: UnsafeMutableRawBufferPointer) throwsParameters
- key:
The blob field key.
- buffer:
The data buffer that the operation fills with the entry blob data.