Method _Stdio.Buffer()->add_padding()
- Method
add_padding
Buffer
add_padding(int(0..)
nbytes
,int(8bit)
|void
byte
)- Description
Add
nbytes
bytes of padding, ifbyte
is not specified the area will be filled with 0's, otherwise the specified byte will be repeated.