readString

fun ByteBuffer.readString(stopByte: Int = 0, charset: Charset = AppModule.charsetDoNotUse): String
fun ByteBuf.readString(stopByte: Int = 0, charset: Charset = AppModule.charsetDoNotUse): String