Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
FuzionAPI-Documentationfuzionsysnetread

read

fuzion.sys.net.read

§read(descriptor i64, max_bytes i32)
 => 
outcome (array u8)
:
Any 

read a maximum of max_bytes from descriptor, wrapper for read intrinsic
may block if descriptor is set to blocking.