public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// The buffer into which the read data should be placed. |
offset | int | /// the offset within that data array to put the first byte read. |
count | int | the number of bytes to read. |
return | int |