|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor |
Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type NSData | |
Id |
NSAppleEventDescriptor.initWithDescriptorType_data(DescType descriptorType,
NSData data)
This method represents the initWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class. |
static com.jniwrapper.Pointer.Void |
NSAppleEventDescriptor.static_descriptorWithDescriptorType_data(DescType descriptorType,
NSData data)
This method represents the descriptorWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsarchiver |
Methods in com.jniwrapper.macosx.cocoa.nsarchiver with parameters of type NSData | |
static NSUnarchiver |
NSUnarchiver.NSUnarchiver_unarchiveObjectWithData(NSData data)
This method represents the unarchiveObjectWithData static constructor of the NSUnarchiver Objective-C class. |
Id |
NSUnarchiver.initForReadingWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsarray |
Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSData | |
com.jniwrapper.Pointer.Void |
NSArray.sortedArrayUsingFunction_context_hint(com.jniwrapper.Int comparator,
com.jniwrapper.Pointer.Void context,
NSData hint)
This method represents the sortedArrayUsingFunction() method of the NSArray Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsattributedstring |
Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSData | |
com.jniwrapper.Bool |
NSMutableAttributedString.readFromData_options_documentAttributes(NSData data,
NSDictionary options,
NSDictionary dict)
This method represents the readFromData() method of the NSMutableAttributedString Objective-C class. |
Id |
NSAttributedString.initWithDocFormat_documentAttributes(NSData data,
NSDictionary dict)
This method represents the initWithDocFormat() method of the NSAttributedString Objective-C class. |
Id |
NSAttributedString.initWithRTFD_documentAttributes(NSData data,
NSDictionary dict)
This method represents the initWithRTFD() method of the NSAttributedString Objective-C class. |
Id |
NSAttributedString.initWithHTML_documentAttributes(NSData data,
NSDictionary dict)
This method represents the initWithHTML() method of the NSAttributedString Objective-C class. |
Id |
NSAttributedString.initWithRTF_documentAttributes(NSData data,
NSDictionary dict)
This method represents the initWithRTF() method of the NSAttributedString Objective-C class. |
Id |
NSAttributedString.initWithHTML_baseURL_documentAttributes(NSData data,
NSURL base,
NSDictionary dict)
This method represents the initWithHTML() method of the NSAttributedString Objective-C class. |
Id |
NSAttributedString.initWithHTML_options_documentAttributes(NSData data,
NSDictionary options,
NSDictionary dict)
This method represents the initWithHTML() method of the NSAttributedString Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsbitmapimagerep |
Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSData | |
static NSBitmapImageRep |
NSBitmapImageRep.NSBitmapImageRep_imageRepWithData(NSData tiffData)
This method represents the imageRepWithData static constructor of the NSBitmapImageRep Objective-C class. |
Id |
NSBitmapImageRep.initWithData(NSData tiffData)
|
static com.jniwrapper.Pointer.Void |
NSBitmapImageRep.static_imageRepsWithData(NSData tiffData)
|
com.jniwrapper.Int |
NSBitmapImageRep.incrementalLoadFromData_complete(NSData data,
boolean complete)
This method represents the incrementalLoadFromData() method of the NSBitmapImageRep Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nscharacterset |
Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type NSData | |
static com.jniwrapper.Pointer.Void |
NSCharacterSet.static_characterSetWithBitmapRepresentation(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nscoder |
Methods in com.jniwrapper.macosx.cocoa.nscoder with parameters of type NSData | |
void |
NSCoder.encodeDataObject(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsdata |
Subclasses of NSData in com.jniwrapper.macosx.cocoa.nsdata | |
class |
NSMutableData
This class represents NSMutableData class. |
Methods in com.jniwrapper.macosx.cocoa.nsdata that return NSData | |
static NSData |
NSData.NSData_dataWithBytesNoCopy_length_freeWhenDone(com.jniwrapper.Pointer.Void bytes,
com.jniwrapper.UInt16 length,
boolean b)
This method represents the dataWithBytesNoCopy static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithData(NSData data)
This method represents the dataWithData static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithBytesNoCopy_length(com.jniwrapper.Pointer.Void bytes,
com.jniwrapper.UInt16 length)
This method represents the dataWithBytesNoCopy static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithBytes_length(com.jniwrapper.Pointer.Void bytes,
com.jniwrapper.UInt16 length)
This method represents the dataWithBytes static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithContentsOfFile(java.lang.String path)
This method represents the dataWithContentsOfFile static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithContentsOfURL(NSURL url)
This method represents the dataWithContentsOfURL static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_data()
This method represents the data static constructor of the NSData Objective-C class. |
static NSData |
NSData.NSData_dataWithContentsOfMappedFile(java.lang.String path)
This method represents the dataWithContentsOfMappedFile static constructor of the NSData Objective-C class. |
Methods in com.jniwrapper.macosx.cocoa.nsdata with parameters of type NSData | |
void |
NSMutableData.setData(NSData data)
|
void |
NSMutableData.appendData(NSData other)
|
static NSData |
NSData.NSData_dataWithData(NSData data)
This method represents the dataWithData static constructor of the NSData Objective-C class. |
Id |
NSData.initWithData(NSData data)
|
com.jniwrapper.Bool |
NSData.isEqualToData(NSData other)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsdocument |
Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSData | |
com.jniwrapper.Bool |
NSDocument.loadDataRepresentation_ofType(NSData data,
java.lang.String type)
This method represents the loadDataRepresentation() method of the NSDocument Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsepsimagerep |
Methods in com.jniwrapper.macosx.cocoa.nsepsimagerep with parameters of type NSData | |
static NSEPSImageRep |
NSEPSImageRep.NSEPSImageRep_imageRepWithData(NSData epsData)
This method represents the imageRepWithData static constructor of the NSEPSImageRep Objective-C class. |
Id |
NSEPSImageRep.initWithData(NSData epsData)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsfilehandle |
Methods in com.jniwrapper.macosx.cocoa.nsfilehandle with parameters of type NSData | |
void |
NSFileHandle.writeData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsfilemanager |
Methods in com.jniwrapper.macosx.cocoa.nsfilemanager with parameters of type NSData | |
com.jniwrapper.Bool |
NSFileManager.createFileAtPath_contents_attributes(java.lang.String path,
NSData data,
NSDictionary attr)
This method represents the createFileAtPath() method of the NSFileManager Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsfilewrapper |
Methods in com.jniwrapper.macosx.cocoa.nsfilewrapper with parameters of type NSData | |
Id |
NSFileWrapper.initRegularFileWithContents(NSData data)
|
com.jniwrapper.Pointer.Void |
NSFileWrapper.addRegularFileWithContents_preferredFilename(NSData data,
java.lang.String filename)
This method represents the addRegularFileWithContents() method of the NSFileWrapper Objective-C class. |
Id |
NSFileWrapper.initWithSerializedRepresentation(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsimage |
Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSData | |
Id |
NSImage.initWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsimagerep |
Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSData | |
static CClass |
NSImageRep.static_imageRepClassForData(NSData data)
|
static com.jniwrapper.Bool |
NSImageRep.static_canInitWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nskeyedarchiver |
Methods in com.jniwrapper.macosx.cocoa.nskeyedarchiver with parameters of type NSData | |
static NSKeyedUnarchiver |
NSKeyedUnarchiver.NSKeyedUnarchiver_unarchiveObjectWithData(NSData data)
This method represents the unarchiveObjectWithData static constructor of the NSKeyedUnarchiver Objective-C class. |
Id |
NSKeyedUnarchiver.initForReadingWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsobject |
Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSData | |
void |
NSObject.URL_resourceDataDidBecomeAvailable(NSURL sender,
NSData newBytes)
This method represents the URL() method of the NSObject Objective-C class. |
com.jniwrapper.Bool |
NSObject.authenticateComponents_withData(NSArray components,
NSData signature)
This method represents the authenticateComponents() method of the NSObject Objective-C class. |
void |
NSObject.connection_didReceiveData(NSURLConnection connection,
NSData data)
This method represents the connection() method of the NSObject Objective-C class. |
void |
NSObject.parser_foundCDATA(NSXMLParser parser,
NSData CDATABlock)
This method represents the parser() method of the NSObject Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsopengl |
Methods in com.jniwrapper.macosx.cocoa.nsopengl with parameters of type NSData | |
void |
NSOpenGLPixelFormat.setAttributes(NSData attribs)
|
Id |
NSOpenGLPixelFormat.initWithData(NSData attribs)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nspasteboard |
Methods in com.jniwrapper.macosx.cocoa.nspasteboard with parameters of type NSData | |
com.jniwrapper.Bool |
NSPasteboard.setData_forType(NSData data,
java.lang.String dataType)
This method represents the setData() method of the NSPasteboard Objective-C class. |
static com.jniwrapper.Pointer.Void |
NSPasteboard.static_pasteboardByFilteringData_ofType(NSData data,
java.lang.String type)
This method represents the pasteboardByFilteringData() method of the NSPasteboard Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nspdfimagerep |
Methods in com.jniwrapper.macosx.cocoa.nspdfimagerep with parameters of type NSData | |
static NSPDFImageRep |
NSPDFImageRep.NSPDFImageRep_imageRepWithData(NSData pdfData)
This method represents the imageRepWithData static constructor of the NSPDFImageRep Objective-C class. |
Id |
NSPDFImageRep.initWithData(NSData pdfData)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nspictimagerep |
Methods in com.jniwrapper.macosx.cocoa.nspictimagerep with parameters of type NSData | |
static NSPICTImageRep |
NSPICTImageRep.NSPICTImageRep_imageRepWithData(NSData pictData)
This method represents the imageRepWithData static constructor of the NSPICTImageRep Objective-C class. |
Id |
NSPICTImageRep.initWithData(NSData pictData)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsport |
Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSData | |
Id |
NSSocketPort.initRemoteWithProtocolFamily_socketType_protocol_address(com.jniwrapper.Int family,
com.jniwrapper.Int type,
com.jniwrapper.Int protocol,
NSData address)
This method represents the initRemoteWithProtocolFamily() method of the NSSocketPort Objective-C class. |
Id |
NSSocketPort.initWithProtocolFamily_socketType_protocol_address(com.jniwrapper.Int family,
com.jniwrapper.Int type,
com.jniwrapper.Int protocol,
NSData address)
This method represents the initWithProtocolFamily() method of the NSSocketPort Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nspropertylist |
Methods in com.jniwrapper.macosx.cocoa.nspropertylist with parameters of type NSData | |
static NSPropertyListSerialization |
NSPropertyListSerialization.NSPropertyListSerialization_propertyListFromData_mutabilityOption_format_errorDescription(NSData data,
NSPropertyListMutabilityOptions opt,
NSPropertyListFormat format,
java.lang.String errorString)
This method represents the propertyListFromData static constructor of the NSPropertyListSerialization Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsserialization |
Methods in com.jniwrapper.macosx.cocoa.nsserialization with parameters of type NSData | |
void |
NSObjCTypeSerializationCallBackProtocol.deserializeObjectAt_ofObjCType_fromData_atCursor(Id object,
com.jniwrapper.AnsiString type,
NSData data,
com.jniwrapper.UInt16 cursor)
This method represents the deserializeObjectAt() method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol. |
static NSDeserializer |
NSDeserializer.NSDeserializer_deserializePropertyListFromData_mutableContainers(NSData serialization,
boolean mut)
This method represents the deserializePropertyListFromData static constructor of the NSDeserializer Objective-C class. |
static NSDeserializer |
NSDeserializer.NSDeserializer_deserializePropertyListFromData_atCursor_mutableContainers(NSData data,
com.jniwrapper.UInt16 cursor,
boolean mut)
This method represents the deserializePropertyListFromData static constructor of the NSDeserializer Objective-C class. |
static NSDeserializer |
NSDeserializer.NSDeserializer_deserializePropertyListLazilyFromData_atCursor_length_mutableContainers(NSData data,
com.jniwrapper.UInt16 cursor,
com.jniwrapper.UInt16 length,
boolean mut)
This method represents the deserializePropertyListLazilyFromData static constructor of the NSDeserializer Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nssound |
Methods in com.jniwrapper.macosx.cocoa.nssound with parameters of type NSData | |
Id |
NSSound.initWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsstream |
Methods in com.jniwrapper.macosx.cocoa.nsstream with parameters of type NSData | |
static NSInputStream |
NSInputStream.NSInputStream_inputStreamWithData(NSData data)
This method represents the inputStreamWithData static constructor of the NSInputStream Objective-C class. |
Id |
NSInputStream.initWithData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsstring |
Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSData | |
Id |
NSString.initWithData_encoding(NSData data,
NSStringEncoding encoding)
This method represents the initWithData() method of the NSString Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nstext |
Methods in com.jniwrapper.macosx.cocoa.nstext with parameters of type NSData | |
void |
NSText.replaceCharactersInRange_withRTFD(NSRange range,
NSData rtfdData)
This method represents the replaceCharactersInRange() method of the NSText Objective-C class. |
void |
NSText.replaceCharactersInRange_withRTF(NSRange range,
NSData rtfData)
This method represents the replaceCharactersInRange() method of the NSText Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nstimezone |
Methods in com.jniwrapper.macosx.cocoa.nstimezone with parameters of type NSData | |
static NSTimeZone |
NSTimeZone.NSTimeZone_timeZoneWithName_data(java.lang.String tzName,
NSData aData)
This method represents the timeZoneWithName static constructor of the NSTimeZone Objective-C class. |
Id |
NSTimeZone.initWithName_data(java.lang.String tzName,
NSData aData)
This method represents the initWithName() method of the NSTimeZone Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsurl |
Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSData | |
void |
NSURL.URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
NSData newBytes)
This method represents the URLHandle() method of the NSURL Objective-C class. |
com.jniwrapper.Bool |
NSURL.setResourceData(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsurlcache |
Methods in com.jniwrapper.macosx.cocoa.nsurlcache with parameters of type NSData | |
Id |
NSCachedURLResponse.initWithResponse_data_userInfo_storagePolicy(NSURLResponse response,
NSData data,
NSDictionary userInfo,
NSURLCacheStoragePolicy storagePolicy)
This method represents the initWithResponse() method of the NSCachedURLResponse Objective-C class. |
Id |
NSCachedURLResponse.initWithResponse_data(NSURLResponse response,
NSData data)
This method represents the initWithResponse() method of the NSCachedURLResponse Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsurlhandle |
Methods in com.jniwrapper.macosx.cocoa.nsurlhandle with parameters of type NSData | |
void |
NSURLHandleClientProtocol.URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
NSData newBytes)
This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol. |
com.jniwrapper.Bool |
NSURLHandle.writeData(NSData data)
|
void |
NSURLHandle.didLoadBytes_loadComplete(NSData newBytes,
boolean yorn)
This method represents the didLoadBytes() method of the NSURLHandle Objective-C class. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsurlprotocol |
Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSData | |
void |
NSURLProtocolClientProtocol.URLProtocol_didLoadData(NSURLProtocol protocol,
NSData data)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
Uses of NSData in com.jniwrapper.macosx.cocoa.nsurlrequest |
Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSData | |
void |
NSMutableURLRequest.setHTTPBody(NSData data)
|
Uses of NSData in com.jniwrapper.macosx.cocoa.nsxmlparser |
Methods in com.jniwrapper.macosx.cocoa.nsxmlparser with parameters of type NSData | |
Id |
NSXMLParser.initWithData(NSData data)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |