Read a null-terminated string of bytes from the packet. @param mb The MessageBytes to populate with the read bytes
(MessageBytes mb)
| 284 | * @param mb The MessageBytes to populate with the read bytes |
| 285 | */ |
| 286 | public void getBytes(MessageBytes mb) { |
| 287 | doGetBytes(mb, true); |
| 288 | } |
| 289 | |
| 290 | /** |
| 291 | * Read a non-terminated string of bytes from the packet. |
no test coverage detected