public AppendFill ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The array to read from. |
offset | int | The start of the segment. |
count | int | The number of bytes to append. |
return | int |
If there is not enough space for count elements, it will fill the remaining space with bytes from the start of buffer.
public AppendFill ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The array to read from. |
offset | int | The start of the segment. |
count | int | The number of bytes to append. |
return | int |