Creates a #GBytes which is a subsection of another #GBytes. The @offset + @length may not be longer than the size of @bytes.
A reference to @bytes will be held by the newly created #GBytes until the byte data is no longer needed.
offset which subsection starts at
length of subsection
Return: a new #GBytes
2.32
See Implementation
Creates a #GBytes which is a subsection of another #GBytes. The @offset + @length may not be longer than the size of @bytes.
A reference to @bytes will be held by the newly created #GBytes until the byte data is no longer needed.