public static ReadStream ( Stream stream, byte buffer, int offset, int count ) : int | ||
stream | Stream | Source sream to read data from. |
buffer | byte | Buffer to read data into. |
offset | int | Offset in buffer to put data into. |
count | int | Number of bytes to read. |
Résultat | int |