12 #ifndef ROOT_TASImagePlugin
13 #define ROOT_TASImagePlugin
26 class TASImagePlugin :
public TImagePlugin {
29 TASImagePlugin(
const char *ext) : TImagePlugin(ext) { }
30 virtual ~TASImagePlugin() { }
32 virtual unsigned char *ReadFile(
const char * , UInt_t & , UInt_t & ) {
return 0; }
33 virtual Bool_t WriteFile(
const char * ,
unsigned char * , UInt_t , UInt_t ) {
return kFALSE; }
34 virtual ASImage *File2ASImage(
const char * ) {
return 0; }
35 virtual Bool_t ASImage2File(ASImage * ) {
return kFALSE; }
37 ClassDef(TASImagePlugin, 0)