|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSData
|
+--gnu.gnustep.base.NSMutableData
This class wraps the Objective-C class NSMutableData. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSMutableData()
Wraps the Objective-C method init |
|
NSMutableData(byte[] bytes)
Wraps the Objective-C method initWithBytes:. |
|
NSMutableData(long arg0)
Wraps the Objective-C method initWithLength: |
|
NSMutableData(NSData arg0)
Wraps the Objective-C method initWithData: |
|
NSMutableData(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile: |
|
| Method Summary | |
void |
appendData(NSData arg0)
Wraps the Objective-C method appendData: |
long |
capacity()
Wraps the Objective-C method capacity |
void |
increaseLengthBy(long arg0)
Wraps the Objective-C method increaseLengthBy: |
void |
resetBytesInRange(NSRange arg0)
Wraps the Objective-C method resetBytesInRange: |
java.lang.Object |
setCapacity(long arg0)
Wraps the Objective-C method setCapacity: |
void |
setData(NSData arg0)
Wraps the Objective-C method setData: |
void |
setLength(long arg0)
Wraps the Objective-C method setLength: |
| Methods inherited from class gnu.gnustep.base.NSData |
bytes, isEqualToData, length, subdataWithRange, writeToFile |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSMutableData()
public NSMutableData(java.lang.String arg0)
public NSMutableData(NSData arg0)
public NSMutableData(long arg0)
public NSMutableData(byte[] bytes)
| Method Detail |
public void increaseLengthBy(long arg0)
public void setLength(long arg0)
public void appendData(NSData arg0)
public void resetBytesInRange(NSRange arg0)
public void setData(NSData arg0)
public long capacity()
public java.lang.Object setCapacity(long arg0)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||