D binary io functions

starcanopy starcanopy at protonmail.com
Sun Aug 30 06:30:46 UTC 2020


On Sunday, 30 August 2020 at 06:00:20 UTC, Andy Balba wrote:
> going nuts trying to figure out which D functions will 
> read/write binary files

For starters:
https://dlang.org/phobos/std_stdio.html#.File.byChunk
https://dlang.org/phobos/std_stdio.html#.File.rawRead
https://dlang.org/phobos/std_stdio.html#.File.rawWrite
https://dlang.org/phobos/std_stdio.html#.File.lockingBinaryWriter
https://dlang.org/phobos/std_file.html#read
https://dlang.org/phobos/std_file.html#write
https://dlang.org/phobos/std_file.html#append


More information about the Digitalmars-d-learn mailing list