Ensure that the next length bytes of data/space are available in the packet. If there isn't enough already
available, and the packet isn't fixed, then it'll attempt to read more data into or create more space in the packet.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic void Ensure(
int length
)
Parameters
- length
- Type: SystemInt32
The number of bytes of data/space to ensure are available in the packet.
See Also