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.


Nested Class Summary
static interface NSMutableStringExtensionMethods._static_
           
 
Method Summary
 void appendFormat(NSString format, NSObject... varargs)
           
 void appendString(NSString aString)
           
 NSMutableString initWithCapacity(int capacity)
          In addition to these two, NSMutableString responds properly to all NSString creation methods.
 void insertString_atIndex(NSString aString, int loc)
           
 void setString(NSString aString)
           
 

Method Detail

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)