comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/image/PngInputStream.d @ 48:ddbfe84d86df

[swt lin] versioned imports
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:05:20 +0100
parents f713da8bc051
children 7a2dd761a8b2
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
17 import java.io.InputStream; 17 import java.io.InputStream;
18 import org.eclipse.swt.internal.image.PngIdatChunk; 18 import org.eclipse.swt.internal.image.PngIdatChunk;
19 import org.eclipse.swt.internal.image.PngChunkReader; 19 import org.eclipse.swt.internal.image.PngChunkReader;
20 import org.eclipse.swt.internal.image.PngChunk; 20 import org.eclipse.swt.internal.image.PngChunk;
21 21
22 import tango.core.Exception;
23 22
24 public class PngInputStream : InputStream { 23 public class PngInputStream : InputStream {
25 24
26 alias InputStream.read read; 25 alias InputStream.read read;
27 26