Click or drag to resize

BufferWriter(ArraySegmentByte) Constructor

Creates a BufferWriter that will write data into the buffer provided.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public BufferWriter(
	 in ArraySegment<byte> buffer
)

Parameters

buffer  ArraySegmentByte
The buffer to contain the data written.
See Also