extract
Description:
Copies dest.length bytes starting from offset in this to dest.
Parameters:
| this |
a Buffer. |
| offset |
the offset to extract |
| dest |
the destination address |
| size |
the size to extract |
Returns:
|
The amount of bytes extracted. This value can be lower than |