org.rococoa.cocoa.foundation.categories
Interface NSMutableStringExtensionMethods
- All Known Implementing Classes:
- NSMutableString
public interface NSMutableStringExtensionMethods
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.
insertString_atIndex
void insertString_atIndex(NSString aString,
int loc)
appendString
void appendString(NSString aString)
appendFormat
void appendFormat(NSString format,
NSObject... varargs)
setString
void setString(NSString aString)
initWithCapacity
NSMutableString initWithCapacity(int capacity)
- In addition to these two, NSMutableString responds properly to all NSString creation methods.
Original signature : -(id)initWithCapacity:(NSUInteger)