WritePadBits Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodWritePadBits()()()()
Pads data with enough bits to reach a full byte. Decreases cpu usage for subsequent byte writes.
(Inherited from NetBuffer.)
Public methodWritePadBits(Int32)
Pads data with the specified number of bits.
(Inherited from NetBuffer.)

See Also