Contents

CFDataGetLength(_:)

Returns the number of bytes contained by a CFData object.

Declaration

func CFDataGetLength(_ theData: CFData!) -> CFIndex

Parameters

  • theData:

    The CFData object to examine.

Return Value

An index that specifies the number of bytes in theData.

See Also

Examining a CFData Object