Interface BufferBytesOptions
Index
Properties
Properties
Optionalcopy
copy?: boolean
If true, Buffer.bytes will return a copy of the buffered data.
If false, it will return a slice to the buffer's data.
OptionalcopyIf true, Buffer.bytes will return a copy of the buffered data.
If false, it will return a slice to the buffer's data.
Options for
Buffer.bytes.