|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nsdata.NSData
com.jniwrapper.macosx.cocoa.nsdata.NSMutableData
This class represents NSMutableData class.
See the class documentation at the Apple's site: NSMutableData
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSMutableData()
|
|
NSMutableData(boolean autorelease)
Contructs the NSMutableData class with the autorelease option on. |
|
NSMutableData(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSMutableData class from pointer. |
|
NSMutableData(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSMutableData class with static constructor. |
|
| Method Summary | |
void |
appendBytes_length(com.jniwrapper.Pointer.Void bytes,
com.jniwrapper.UInt16 length)
This method represents the appendBytes() method of the NSMutableData Objective-C class. |
void |
appendData(NSData other)
|
void |
increaseLengthBy(com.jniwrapper.UInt16 extraLength)
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initWithCapacity(com.jniwrapper.UInt16 capacity)
|
Id |
initWithLength(com.jniwrapper.UInt16 length)
|
com.jniwrapper.Pointer.Void |
mutableBytes()
|
static NSMutableData |
NSMutableData_dataWithCapacity(com.jniwrapper.UInt16 aNumItems)
This method represents the dataWithCapacity static constructor of the NSMutableData Objective-C class. |
static NSMutableData |
NSMutableData_dataWithLength(com.jniwrapper.UInt16 length)
This method represents the dataWithLength static constructor of the NSMutableData Objective-C class. |
void |
replaceBytesInRange_withBytes_length(NSRange range,
com.jniwrapper.Pointer.Void replacementBytes,
com.jniwrapper.UInt16 replacementLength)
This method represents the replaceBytesInRange() method of the NSMutableData Objective-C class. |
void |
replaceBytesInRange_withBytes(NSRange range,
com.jniwrapper.Pointer.Void bytes)
This method represents the replaceBytesInRange() method of the NSMutableData Objective-C class. |
void |
resetBytesInRange(NSRange range)
|
void |
serializeAlignedBytesLength(com.jniwrapper.UInt16 length)
|
void |
serializeDataAt_ofObjCType_context(com.jniwrapper.Pointer.Void data,
com.jniwrapper.AnsiString type,
Id callback)
This method represents the serializeDataAt() method of the NSMutableData Objective-C class. |
void |
serializeInt_atIndex(com.jniwrapper.Int value,
com.jniwrapper.UInt16 index)
This method represents the serializeInt() method of the NSMutableData Objective-C class. |
void |
serializeInt(com.jniwrapper.Int value)
|
void |
serializeInts_count_atIndex(com.jniwrapper.Int intBuffer,
com.jniwrapper.UInt16 numInts,
com.jniwrapper.UInt16 index)
This method represents the serializeInts() method of the NSMutableData Objective-C class. |
void |
serializeInts_count(com.jniwrapper.Int intBuffer,
com.jniwrapper.UInt16 numInts)
This method represents the serializeInts() method of the NSMutableData Objective-C class. |
void |
setData(NSData data)
|
void |
setLength(com.jniwrapper.UInt16 length)
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSMutableData()
public NSMutableData(boolean autorelease)
NSMutableData class with the autorelease option on.
autorelease - public NSMutableData(com.jniwrapper.Pointer.Void instancePtr)
NSMutableData class from pointer.
instancePtr -
public NSMutableData(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSMutableData class with static constructor.
methodName - parameters - | Method Detail |
public static NSMutableData NSMutableData_dataWithLength(com.jniwrapper.UInt16 length)
dataWithLength static constructor of the NSMutableData Objective-C class.
length -
public static NSMutableData NSMutableData_dataWithCapacity(com.jniwrapper.UInt16 aNumItems)
dataWithCapacity static constructor of the NSMutableData Objective-C class.
aNumItems -
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSData
public void serializeDataAt_ofObjCType_context(com.jniwrapper.Pointer.Void data,
com.jniwrapper.AnsiString type,
Id callback)
serializeDataAt() method of the NSMutableData Objective-C class.
data - type - callback - public Id initWithCapacity(com.jniwrapper.UInt16 capacity)
public void serializeInt(com.jniwrapper.Int value)
public void setData(NSData data)
public void serializeInts_count(com.jniwrapper.Int intBuffer,
com.jniwrapper.UInt16 numInts)
serializeInts() method of the NSMutableData Objective-C class.
intBuffer - numInts - public com.jniwrapper.Pointer.Void mutableBytes()
public void appendBytes_length(com.jniwrapper.Pointer.Void bytes,
com.jniwrapper.UInt16 length)
appendBytes() method of the NSMutableData Objective-C class.
bytes - length -
public void serializeInt_atIndex(com.jniwrapper.Int value,
com.jniwrapper.UInt16 index)
serializeInt() method of the NSMutableData Objective-C class.
value - index -
public void serializeInts_count_atIndex(com.jniwrapper.Int intBuffer,
com.jniwrapper.UInt16 numInts,
com.jniwrapper.UInt16 index)
serializeInts() method of the NSMutableData Objective-C class.
intBuffer - numInts - index -
public void replaceBytesInRange_withBytes_length(NSRange range,
com.jniwrapper.Pointer.Void replacementBytes,
com.jniwrapper.UInt16 replacementLength)
replaceBytesInRange() method of the NSMutableData Objective-C class.
range - replacementBytes - replacementLength - public void setLength(com.jniwrapper.UInt16 length)
public Id initWithLength(com.jniwrapper.UInt16 length)
public void resetBytesInRange(NSRange range)
public void serializeAlignedBytesLength(com.jniwrapper.UInt16 length)
public void increaseLengthBy(com.jniwrapper.UInt16 extraLength)
public void replaceBytesInRange_withBytes(NSRange range,
com.jniwrapper.Pointer.Void bytes)
replaceBytesInRange() method of the NSMutableData Objective-C class.
range - bytes - public void appendData(NSData other)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||