Uses of Class
org.eclipse.swt.internal.cocoa.NSData
-
Packages that use NSData Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSData in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSData Modifier and Type Method Description static NSData
NSKeyedArchiver. archivedDataWithRootObject(id rootObject)
NSData
NSPasteboard. dataForType(NSString dataType)
static NSData
NSData. dataWithBytes(byte[] bytes, long length)
NSData
NSImage. TIFFRepresentation()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSData Modifier and Type Method Description NSBitmapImageRep
NSBitmapImageRep. initWithData(NSData data)
NSImage
NSImage. initWithData(NSData data)
boolean
NSPasteboard. setData(NSData data, NSString dataType)
void
NSMutableURLRequest. setHTTPBody(NSData HTTPBody)
static id
NSKeyedUnarchiver. unarchiveObjectWithData(NSData data)
-