Skip to content

RawData.resize

JoeStrout edited this page Apr 29, 2026 · 2 revisions

resize this RawData object to the given number of bytes

Parameters

Parameter Default Value Note
bytes 32

Return value

None.

Notes

Example

import "RawData"
data = new RawData
data.resize 64
print data.len   // 64

Clone this wiki locally