This is BitmapImageRepData.m in view mode; [Download] [Up]
// BitmapImageRepData.m - Category of NXBitmapImageRep to set data pointer
#import "BitmapImageRepData.h"
@implementation NXBitmapImageRep (BitmapImageRepData)
- setData:(unsigned char *)data
{
_data = data;
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.