Changeset 212:ab60f3309436 for dwt/dwthelper/FileInputStream.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/dwthelper/FileInputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/FileInputStream.d
r0 r212 24 24 private bool eof; 25 25 26 public this ( char[]name ){26 public this ( String name ){ 27 27 conduit = new FileConduit( name ); 28 28 buffer = new ubyte[]( BUFFER_SIZE );
