Check if the message bytes is null. @return true if null
()
| 118 | * @return true if null |
| 119 | */ |
| 120 | public boolean isNull() { |
| 121 | return type == T_NULL; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Resets the message bytes to an uninitialized (NULL) state. |
no outgoing calls
no test coverage detected