get Byte Stream
fun getByteStream(format: String = "PNG", quality: Int = 100): ByteArrayOutputStream
Content copied to clipboard
Return a ByteArrayOutputStream with the QRCode encoded as the specified format in the specified quality.
Please note that JPG
is supported via the JPEG value, with an E
.
See also
Return a ByteArrayOutputStream with the QRCode encoded as the specified format.