read
Description:
Reads up to consecutive bytes from the input stream into the character array.
Performs no interpretation of the input bytes.
Returns:
Number of bytes read. If result is smaller than the buffer size, end of input has been reached. |