ReadBytes Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodReadBytes(Int32)
Reads the specified number of bytes
(Inherited from NetBuffer.)
Public methodReadBytes(Int32, array<Byte>[]()[][]%)
Reads the specified number of bytes and returns true for success
(Inherited from NetBuffer.)
Public methodReadBytes(array<Byte>[]()[][], Int32, Int32)
Reads the specified number of bytes into a preallocated array
(Inherited from NetBuffer.)

See Also