Lidgren Network Library documentation |
NetBuffer..::..Write Method |
NetBuffer Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
Write(Boolean) |
Writes a boolean value using 1 bit
| |
Write(Byte) |
Write a byte
| |
Write(array<Byte>[]()[][]) |
Writes all bytes in an array
| |
Write(Double) |
Writes a 64 bit floating point value
| |
Write(Int16) |
Writes a signed 16 bit integer
| |
Write(Int32) |
Writes a 32 bit signed integer
| |
Write(Int64) |
Writes a 64 bit signed integer
| |
Write(IPEndPoint) |
Writes an endpoint description
| |
Write(SByte) |
Writes a signed byte
| |
Write(Single) |
Writes a 32 bit floating point value
| |
Write(String) |
Write a string
| |
Write(UInt16) |
Writes an unsigned 16 bit integer
| |
Write(UInt32) |
Writes a 32 bit unsigned integer
| |
Write(UInt64) |
Writes a 64 bit unsigned integer
| |
Write(NetIncomingMessage) |
Append all the bits of message to this message
| |
Write(NetOutgoingMessage) |
Append all the bits of message to this message
| |
Write(Byte, Int32) |
Writes 1 to 8 bits of a byte
| |
Write(Int32, Int32) |
Writes a signed integer using 1 to 32 bits
| |
Write(Int64, Int32) |
Writes a signed integer using 1 to 64 bits
| |
Write(UInt16, Int32) |
Writes an unsigned integer using 1 to 16 bits
| |
Write(UInt32, Int32) |
Writes a 32 bit signed integer
| |
Write(UInt64, Int32) |
Writes an unsigned integer using 1 to 64 bits
| |
Write(array<Byte>[]()[][], Int32, Int32) |
Writes the specified number of bytes from an array
|