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.


Nested Class Summary
static interface NSExtendedMutableData._static_
           
 
Method Summary
 void appendBytes_length(Pointer bytes, int length)
           
 void appendData(NSData other)
           
 void increaseLengthBy(int extraLength)
           
 void setData(NSData data)
           
 

Method Detail

appendBytes_length

void appendBytes_length(Pointer bytes,
                        int length)

appendData

void appendData(NSData other)

increaseLengthBy

void increaseLengthBy(int extraLength)

setData

void setData(NSData data)