On Wednesday, 16 March 2022 at 09:19:19 UTC, Carsten Schlote 
wrote:
[...]
> In D this is really simple:
>
> ```D
> import std.file;
> auto inbuffer = cast(byte[]) read("MyTestVectorData.bin");
> ```
What if the program has got an already open socket (int) s or an 
open File f. How easily are the remaining bytes "slurped" in 
those cases?