Contents

readBlob(key:into:)

Reads the current entry blob data.

Declaration

func readBlob(key: ArchiveHeader.FieldKey, into buffer: UnsafeMutableRawBufferPointer) throws

Parameters

  • key:

    The blob field key.

  • buffer:

    The data buffer that the operation fills with the entry blob data.

See Also

Reading and Writing Blobs