Forum Navigation
tango.io.File and its use of FileConduit..
Moderators:
kris
Posted: 08/08/07 03:01:10Hello,
I'm not sure whether lines like
auto conduit = new FileConduit(..);
should instead be
scope conduit = new FileConduit(..);.
I also wonder whether it would be a good idea in the read () function to supply a style struct to the FileConduit that has the cache byte set to FileConduit.Cache.Stream?