std.file, std.stdio(File), std.stream(File:Stream)
ref2401
refactor24 at gmail.com
Tue May 15 08:14:15 PDT 2012
general question:
-std.file,
-std.stdio.File,
-std.stream.File
which of the existing approaches i have to choose when working
with files? what shall i look at?
for example, i have a binary file. i want to read the first byte,
process it and then read the following N bytes (N calculation
based on the first byte value), process this chunk and then read
the file to the end.
More information about the Digitalmars-d-learn
mailing list