Returns the size of the message. Only valid if the message has been converted to or from wire format.
()
| 552 | * converted to or from wire format. |
| 553 | */ |
| 554 | public int |
| 555 | numBytes() { |
| 556 | return size; |
| 557 | } |
| 558 | |
| 559 | /** |
| 560 | * Converts the given section of the Message to a String. |