|
|
void | CFDataAppendBytes (CFMutableDataRef theData, const UInt8 *bytes, CFIndex length) |
| |
|
void | CFDataDeleteBytes (CFMutableDataRef theData, CFRange range) |
| |
|
void | CFDataReplaceBytes (CFMutableDataRef theData, CFRange range, const UInt8 *newBytes, CFIndex newLength) |
| |
|
void | CFDataIncreaseLength (CFMutableDataRef theData, CFIndex extraLength) |
| |
|
void | CFDataSetLength (CFMutableDataRef theData, CFIndex length) |
| |