buildPacket
inline fun buildPacket(
headerSizeHint: Int = 0,
block: BytePacketBuilder.() -> Unit
): ByteReadPacket
Build a byte packet in block lambda. Creates a temporary builder and releases it in case of failure
inline fun buildPacket(
headerSizeHint: Int = 0,
block: BytePacketBuilder.() -> Unit
): ByteReadPacket
Build a byte packet in block lambda. Creates a temporary builder and releases it in case of failure