Uses of Class
org.eclipse.swt.internal.cocoa.NSData
Packages that use NSData
-
Uses of NSData in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSDataModifier and TypeMethodDescriptionstatic NSData
NSKeyedArchiver.archivedDataWithRootObject
(id rootObject) NSPasteboard.dataForType
(NSString dataType) static NSData
NSData.dataWithBytes
(byte[] bytes, long length) NSBitmapImageRep.TIFFRepresentation()
NSImage.TIFFRepresentation()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSDataModifier and TypeMethodDescriptionboolean
NSFileManager.createFileAtPath
(NSString path, NSData data, NSDictionary attr) static NSBitmapImageRep
NSBitmapImageRep.imageRepWithData
(NSData data) NSBitmapImageRep.initWithData
(NSData data) NSImage.initWithData
(NSData data) boolean
void
NSMutableURLRequest.setHTTPBody
(NSData HTTPBody) static id
NSKeyedUnarchiver.unarchiveObjectWithData
(NSData data)