gnu.gnustep.base
Class NSMutableData

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSData
              |
              +--gnu.gnustep.base.NSMutableData
All Implemented Interfaces:
java.lang.Cloneable

public class NSMutableData
extends NSData

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

NSMutableData

public NSMutableData()
Wraps the Objective-C method init

NSMutableData

public NSMutableData(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile:

NSMutableData

public NSMutableData(NSData arg0)
Wraps the Objective-C method initWithData:

NSMutableData

public NSMutableData(long arg0)
Wraps the Objective-C method initWithLength:

NSMutableData

public NSMutableData(byte[] bytes)
Wraps the Objective-C method initWithBytes:.
Method Detail

increaseLengthBy

public void increaseLengthBy(long arg0)
Wraps the Objective-C method increaseLengthBy:

setLength

public void setLength(long arg0)
Wraps the Objective-C method setLength:

appendData

public void appendData(NSData arg0)
Wraps the Objective-C method appendData:

resetBytesInRange

public void resetBytesInRange(NSRange arg0)
Wraps the Objective-C method resetBytesInRange:

setData

public void setData(NSData arg0)
Wraps the Objective-C method setData:

capacity

public long capacity()
Wraps the Objective-C method capacity

setCapacity

public java.lang.Object setCapacity(long arg0)
Wraps the Objective-C method setCapacity: