-
Methods in org.robovm.apple.corefoundation that return CFMutableData
| Modifier and Type |
Method |
Description |
CFMutableData |
CFMutableData.append(byte[] bytes) |
|
CFMutableData |
CFMutableData.append(byte[] bytes,
int offset,
int length) |
|
CFMutableData |
CFMutableData.append(ByteBuffer bytes) |
|
static CFMutableData |
CFMutableData.create(long capacity) |
|
static CFMutableData |
CFMutableData.create(CFAllocator allocator,
long capacity) |
|
static CFMutableData |
CFMutableData.createCopy(long capacity,
CFData theData) |
|
static CFMutableData |
CFMutableData.createCopy(CFAllocator allocator,
long capacity,
CFData theData) |
|
CFMutableData |
CFMutableData.delete(CFRange range) |
|
CFMutableData |
CFMutableData.insert(long location,
byte[] bytes) |
|
CFMutableData |
CFMutableData.insert(long location,
byte[] bytes,
int offset,
int length) |
|
CFMutableData |
CFMutableData.insert(long location,
ByteBuffer bytes) |
|
CFMutableData |
CFMutableData.replace(CFRange range,
byte[] bytes) |
|
CFMutableData |
CFMutableData.replace(CFRange range,
byte[] bytes,
int offset,
int length) |
|
CFMutableData |
CFMutableData.replace(CFRange range,
ByteBuffer bytes) |
|