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: 15.0.2.11458
Syntax
C#
public abstract void Prune(
	int length
)

Parameters

length
Type: SystemInt32
The number of bytes to prune from the start of the packet.
See Also