Creates a new Buffer that wraps the given bytes.
bytes
The data inside bytes cannot be null and the resulting buffer will be marked as read only.
null
a Bytes to wrap
a new Buffer wrapping bytes