org.rococoa.cocoa.foundation.categories
Interface NSExtendedMutableData
- All Known Implementing Classes:
- NSMutableData
public interface NSExtendedMutableData
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
appendBytes_length
void appendBytes_length(Pointer bytes,
int length)
appendData
void appendData(NSData other)
increaseLengthBy
void increaseLengthBy(int extraLength)
setData
void setData(NSData data)