IO_unix.InSourceinclude module type of Fuseau.Iostream.InAn input channel reading from the bytes buffer. See of_string for more details.
Read bytes into the given buffer. This returns 0 only if the stream has reached its end.
input_all ic reads the whole content of ic into a string.
Same as input, but reads exactly the demanded amount of bytes.
really_input_string ic n reads exactly n bytes of ic and returns them as a string.
Copy the whole stream into the given output.