Click or drag to resize

IArrayBuffer.ReadBytes Method

Overload List
 NameDescription
Public methodReadBytes(UInt64, UInt64, Byte[], UInt64) Copies bytes from the ArrayBuffer into the specified byte array.
Public methodReadBytes(UInt64, UInt64, Span<Byte>, UInt64) Copies bytes from the ArrayBuffer into the specified byte span.
Top
See Also