|
| | PacketBuilder (Packet packet) |
| | Creates new instance of packet builder More...
|
| |
| PacketBuilder | FlushBits () |
| | Flushes bits in builded packet More...
|
| |
| PacketBuilder | WriteGuidByteStreamInOrder (PacketGuid guid, params int[] indexes) |
| | Writes guid byte stream in specified order More...
|
| |
| PacketBuilder | WriteGuidBitStreamInOrder (PacketGuid guid, params int[] indexes) |
| | Writes guid bit stream in specified order More...
|
| |
| PacketBuilder | Write (PacketGuid guid) |
| | Writes guid to packet More...
|
| |
| PacketBuilder | Write (string val, Encoding encoding) |
| | Writes string value More...
|
| |
| PacketBuilder | Write (ByteBuffer buffer) |
| | Writes bytebuffer to packet More...
|
| |
| PacketBuilder | Write (Guid guid, string format) |
| | Writes guid into packet More...
|
| |
| PacketBuilder | WriteBit (bool bit) |
| | Writes bit value to stream More...
|
| |
| Packet | Build () |
| | Builds packet More...
|
| |
| PacketBuilder | Write (SByte val) |
| | Writes SByte value to packet More...
|
| |
| PacketBuilder | Write (Int16 val) |
| | Writes Int16 value to packet More...
|
| |
| PacketBuilder | Write (Int32 val) |
| | Writes Int32 value to packet More...
|
| |
| PacketBuilder | Write (Int64 val) |
| | Writes Int64 value to packet More...
|
| |
| PacketBuilder | Write (Byte val) |
| | Writes Byte value to packet More...
|
| |
| PacketBuilder | Write (UInt16 val) |
| | Writes UInt16 value to packet More...
|
| |
| PacketBuilder | Write (UInt32 val) |
| | Writes UInt32 value to packet More...
|
| |
| PacketBuilder | Write (UInt64 val) |
| | Writes UInt64 value to packet More...
|
| |
| PacketBuilder | Write (Byte[] val) |
| | Writes Byte[] value to packet More...
|
| |
| PacketBuilder | Write (Single val) |
| | Writes Single value to packet More...
|
| |
| PacketBuilder | Write (Double val) |
| | Writes Double value to packet More...
|
| |
| PacketBuilder | Write (Decimal val) |
| | Writes Decimal value to packet More...
|
| |
| PacketBuilder | Write (String val) |
| | Writes String value to packet More...
|
| |
| PacketBuilder | Write (Guid val) |
| | Writes Guid value to packet More...
|
| |
| PacketBuilder | WriteBit (SByte bit) |
| | Writes 1 if SByte value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (SByte value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (Int16 bit) |
| | Writes 1 if Int16 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (Int16 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (Int32 bit) |
| | Writes 1 if Int32 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (Int32 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (Int64 bit) |
| | Writes 1 if Int64 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (Int64 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (Byte bit) |
| | Writes 1 if Byte value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (Byte value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (UInt16 bit) |
| | Writes 1 if UInt16 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (UInt16 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (UInt32 bit) |
| | Writes 1 if UInt32 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (UInt32 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |
| PacketBuilder | WriteBit (UInt64 bit) |
| | Writes 1 if UInt64 value is different from 0, otherwise writes 0 More...
|
| |
| PacketBuilder | WriteBits (UInt64 value, byte bitsCount) |
| | Writes value with specified number of bits More...
|
| |