public Read ( long offset, byte buffer, int index, int count ) : int | ||
offset | long | The offset into the stream to start reading. |
buffer | byte | The buffer to read to. |
index | int | The index into the buffer to start writing to. |
count | int | The number of bytes to read. |
return | int |