Click or drag to resize

BufferWriter Constructor

Creates a BufferWriter that will create a new buffer with the data written into it. The new buffer will expand to accomodate the data written.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BufferWriter()
See Also