writeBlob(key:from:)
Writes an entry blob data.
Declaration
func writeBlob(key: ArchiveHeader.FieldKey, from buffer: UnsafeRawBufferPointer) throwsParameters
- key:
The blob field key.
- buffer:
The data buffer that the operation uses as a source for the entry blob data.