Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
File.in_obj_channelSourceThe most basic input object for best interoperability.
method input : Bytes.t -> int -> int -> intinput buf ofs len reads up to len octets from the channel and puts them in the substring buf.[ofs .. ofs+len-1]. Returns the number of octets actually read (and stored). When the channel is non-blocking, and there are currently no bytes to read, the number 0 will be returned.