Bytes


Description:

public Bytes (uint8[]? data)

Creates a new Bytes from data.

data is copied. If data.length is 0, data may be null.

Parameters:

data

the data to be used for the bytes

size

the size of data

Returns:

a new Bytes