Click or drag to resize

PacketReaderPrune Method

Declare that we'll not want to read length bytes again, allowing the packet to free memory. Advances ValidFrom by length bytes.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public abstract void Prune(
	int length
)

Parameters

length  Int32
The number of bytes to prune from the start of the packet.
See Also