static private Read ( SafeFileHandle fd, byte buffer, int offset, int count ) : int | ||
fd | SafeFileHandle | The file descriptor. |
buffer | byte | The buffer to read into. |
offset | int | The offset at which to start writing into the buffer. |
count | int | The maximum number of bytes to read. |
Résultat | int |