Read a non-terminated string of bytes from the packet. @param mb The MessageBytes to populate with the read bytes
(MessageBytes mb)
| 293 | * @param mb The MessageBytes to populate with the read bytes |
| 294 | */ |
| 295 | public void getBodyBytes(MessageBytes mb) { |
| 296 | doGetBytes(mb, false); |
| 297 | } |
| 298 | |
| 299 | private void doGetBytes(MessageBytes mb, boolean terminated) { |
| 300 | int length = getInt(); |