MessageBlock
MessageBlock
extends Block
| field | type | default | notes |
|---|---|---|---|
| maxTextLength | int | 400 | writeUTF maximum UTF-8 length per char is 3, so 3*400 = 1200 bytes, the max string byte size |
| maxNewlines | int | 24 |
extends Block
| field | type | default | notes |
|---|---|---|---|
| maxTextLength | int | 400 | writeUTF maximum UTF-8 length per char is 3, so 3*400 = 1200 bytes, the max string byte size |
| maxNewlines | int | 24 |