comparison dwt/graphics/ImageLoader.d @ 12:0c78fa47d476

helper classes
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jan 2008 19:36:29 +0100
parents 63c023465156
children 92223a4ecca7
comparison
equal deleted inserted replaced
11:5f725d09c076 12:0c78fa47d476
12 12
13 13
14 public import dwt.graphics.ImageLoaderListener; 14 public import dwt.graphics.ImageLoaderListener;
15 public import dwt.graphics.ImageLoaderEvent; 15 public import dwt.graphics.ImageLoaderEvent;
16 public import dwt.graphics.ImageData; 16 public import dwt.graphics.ImageData;
17 //public import dwt.dwthelper.InputStream;
18 //public import dwt.dwthelper.OutputStream;
17 19
18 import dwt.SWT; 20 import dwt.SWT;
19 import dwt.internal.Compatibility; 21 import dwt.internal.Compatibility;
20 //import dwt.internal.image.*; 22 import dwt.internal.image.FileFormat;
21 23
22 import tango.core.Exception; 24 import tango.core.Exception;
23 import tango.core.Array; 25 import tango.core.Array;
24 import tango.io.model.IConduit; 26
25
26 class FileFormat{
27 static ImageData[] load( InputStream, ImageLoader ){ return null; }
28 static void save( OutputStream, int, ImageLoader ){}
29 }
30 27
31 /** 28 /**
32 * Instances of this class are used to load images from, 29 * Instances of this class are used to load images from,
33 * and save images to, a file or stream. 30 * and save images to, a file or stream.
34 * <p> 31 * <p>