Uses of Class
com.jniwrapper.macosx.cocoa.nsdata.NSMutableData

Packages that use NSMutableData
com.jniwrapper.macosx.cocoa.nsarchiver   
com.jniwrapper.macosx.cocoa.nsdata   
com.jniwrapper.macosx.cocoa.nskeyedarchiver   
com.jniwrapper.macosx.cocoa.nsprintoperation   
com.jniwrapper.macosx.cocoa.nsserialization   
 

Uses of NSMutableData in com.jniwrapper.macosx.cocoa.nsarchiver
 

Methods in com.jniwrapper.macosx.cocoa.nsarchiver with parameters of type NSMutableData
 Id NSArchiver.initForWritingWithMutableData(NSMutableData mdata)
           
 

Uses of NSMutableData in com.jniwrapper.macosx.cocoa.nsdata
 

Methods in com.jniwrapper.macosx.cocoa.nsdata that return NSMutableData
static NSMutableData NSMutableData.NSMutableData_dataWithLength(com.jniwrapper.UInt16 length)
          This method represents the dataWithLength static constructor of the NSMutableData Objective-C class.
static NSMutableData NSMutableData.NSMutableData_dataWithCapacity(com.jniwrapper.UInt16 aNumItems)
          This method represents the dataWithCapacity static constructor of the NSMutableData Objective-C class.
 

Uses of NSMutableData in com.jniwrapper.macosx.cocoa.nskeyedarchiver
 

Methods in com.jniwrapper.macosx.cocoa.nskeyedarchiver with parameters of type NSMutableData
 Id NSKeyedArchiver.initForWritingWithMutableData(NSMutableData data)
           
 

Uses of NSMutableData in com.jniwrapper.macosx.cocoa.nsprintoperation
 

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type NSMutableData
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 

Uses of NSMutableData in com.jniwrapper.macosx.cocoa.nsserialization
 

Methods in com.jniwrapper.macosx.cocoa.nsserialization with parameters of type NSMutableData
static void NSSerializer.static_serializePropertyList_intoData(Id aPropertyList, NSMutableData mdata)
          This method represents the serializePropertyList() method of the NSSerializer Objective-C class.
 void NSObjCTypeSerializationCallBackProtocol.serializeObjectAt_ofObjCType_intoData(Id object, com.jniwrapper.AnsiString type, NSMutableData data)
          This method represents the serializeObjectAt() method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol.