Declare that we'll not want to read length bytes again, allowing the packet to free memory.
Advances ValidFrom by length bytes.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic abstract void Prune(
int length
)
Parameters
- length Int32
- The number of bytes to prune from the start of the packet.
See Also