Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
MParser_Utils.IOSourceinput chn b pos length reads up to length characters from the channel chn and stores them in the byte-buffer b, starting at position pos. It returns the actual number of characters read. A value less than length is only returned if there are less than length characters available from chn (Pervasives.input is allowed to read less than length characters if it "finds it convenient to do a partial read").