Changeset 238:380bad9f6852 for dwt/dwthelper/FileInputStream.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/dwthelper/FileInputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/FileInputStream.d
r12 r238 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 );
