Data.shift()
Description
Removes bytes from the beginning.
Syntax
data.shift(size)
Parameters
shift(count)
count
Number of bytes to remove from the beginning.
Return Value
A Data object containing bytes removed from the beginning.
Removes bytes from the beginning.
data.shift(size)
shift(count)
Number of bytes to remove from the beginning.
A Data object containing bytes removed from the beginning.