public CopyBytes ( byte output, int offset, int length ) : int | ||
output | byte | /// The buffer to copy bytes to. /// |
offset | int | /// The offset in the buffer at which copying starts /// |
length | int | /// The length to copy, 0 is allowed. /// |
return | int |