ftp.nice.ch/pub/next/graphics/viewer/RLEViewer.2.3.N.bs.tar.gz#/RLEViewer-2.3/RLE.h

This is RLE.h in view mode; [Download] [Up]

#import "Image.h"
#import <rle.h>

// RLE.h
// 
// Written by Vince DeMarco 
// 	demarco@cpsc.ucalgary.ca
//
// This program is In the Public Domain. If you make any improvements to this
// program please let me know


@interface RLE:Image
{
    struct rle_hdr rle_file_hdr;
}
- init;
- open:(char *)filename;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.