ftp.nice.ch/pub/next/graphics/movie/MPEGPlay2.3.NIHS.bs.tar.gz#/MPEGPlay2.3/Source/BitmapImageRepData.m

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.