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 NSDataNSKeyedArchiver.archivedDataWithRootObject(id rootObject) NSPasteboard.dataForType(NSString dataType) static NSDataNSData.dataWithBytes(byte[] bytes, long length) NSBitmapImageRep.TIFFRepresentation()NSImage.TIFFRepresentation()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSDataModifier and TypeMethodDescriptionbooleanNSFileManager.createFileAtPath(NSString path, NSData data, NSDictionary attr) static NSBitmapImageRepNSBitmapImageRep.imageRepWithData(NSData data) NSBitmapImageRep.initWithData(NSData data) NSImage.initWithData(NSData data) booleanvoidNSMutableURLRequest.setHTTPBody(NSData HTTPBody) static idNSKeyedUnarchiver.unarchiveObjectWithData(NSData data)