public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// The buffer into which to place bytes read. /// |
offset | int | /// The offset at which to place bytes read. /// |
count | int | /// The number of bytes to read. /// |
return | int |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// The buffer into which to place bytes read. /// |
offset | int | /// The offset at which to place bytes read. /// |
count | int | /// The number of bytes to read. /// |
return | int |