Click or drag to resize

PacketWriterWriteBytes Method (Int32)

Prepare a buffer for writing bytes at the current position in the packet packet. The current position is advanced by the number of bytes written.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public Buffer WriteBytes(
	int length
)

Parameters

length
Type: SystemInt32
The number of bytes to write.

Return Value

Type: Buffer
A buffer into which data can be written.
See Also