comparison dwt/dwthelper/FileInputStream.d @ 308:8d53428f9be0

Tango breaking change for new package tango.io.device
author Frank Benoit <benoit@tionex.de>
date Sun, 14 Sep 2008 19:58:20 +0200
parents ab60f3309436
children 1ee938a6e02e
comparison
equal deleted inserted replaced
307:10de361de572 308:8d53428f9be0
5 5
6 import dwt.dwthelper.utils; 6 import dwt.dwthelper.utils;
7 import dwt.dwthelper.File; 7 import dwt.dwthelper.File;
8 import dwt.dwthelper.InputStream; 8 import dwt.dwthelper.InputStream;
9 9
10 version(TANGOSVN){
11 import tango.io.device.FileConduit;
12 } else {
10 import tango.io.FileConduit; 13 import tango.io.FileConduit;
14 }
11 import tango.io.protocol.Reader; 15 import tango.io.protocol.Reader;
12 import tango.core.Exception; 16 import tango.core.Exception;
13 import tango.text.convert.Format; 17 import tango.text.convert.Format;
14 18
15 public class FileInputStream : dwt.dwthelper.InputStream.InputStream { 19 public class FileInputStream : dwt.dwthelper.InputStream.InputStream {