The overloads of read are listed below. For a list of all members, see the Syscall Members list.
static read(int, IntPtr, ulong) : longReads up to count bytes into buf from fd.static read(int, void*, ulong) : longReads up to count bytes into buf from fd.
Reads up to count bytes into buf from fd.