What is the std.stream replacement?

Charles Hixson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 19 09:56:11 PDT 2015


I have DMD64 D Compiler v2.067.1 installed, and in the documentation of 
phobos what it says about std.stream is "don't use it on new code".  It 
doesn't, however, appear to offer any replacement. Certainly std.file, 
std.stdio, and std.path aren't replacements.

So what *is* the appropriate replacement?  More specificly, what should 
one use for binary i/o, particularly random access binary i/o?  With 
fixed block size.


More information about the Digitalmars-d-learn mailing list