BufferWriter(Int64) Constructor |
Creates a BufferWriter that will write data into the buffer provided.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic BufferWriter(
long size
)
Parameters
- size Int64
- The size of the buffer to contain the data written.
See Also