![]() | The number of bytes in the message body when the message is in read-only mode. |
![]() | Reads a boolean from the bytes message stream. |
![]() | Reads a signed byte from the bytes message stream. |
![]() | Overloaded. Reads a byte array from the bytes message stream. |
![]() | Reads a character from the bytes message stream. |
![]() | Reads a double from the bytes message stream. |
![]() | Reads a float from the bytes message stream. |
![]() | Reads an integer from the bytes message stream. |
![]() | Reads a long from the bytes message stream. |
![]() | Reads a short from the bytes message stream. |
![]() | Reads an unsigned byte from the bytes message stream. |
![]() | Reads an unsigned short from the bytes message stream. |
![]() | Reads a UTF-8 encoded string from the bytes message stream. |
![]() | Puts the message in read-only mode and moves the read cursor to the beginning of the stream. |
![]() | Writes a boolean to the bytes message stream as a 1-byte value. |
![]() | Writes a byte to the bytes message stream. |
![]() | Overloaded. Writes a byte array to the bytes message stream. |
![]() | Writes a character to the bytes message stream. |
![]() | Writes a double to the bytes message stream. |
![]() | Writes a float to the bytes message stream. |
![]() | Writes an integer to the bytes message stream. |
![]() | Writes a long to the bytes message stream. |
![]() | Writes an object to the bytes message stream. |
![]() | Writes a short to the bytes message stream. |
![]() | Writes a string to the bytes message stream using UTF-8 encoding. |