Class QrWritter


  • public class QrWritter
    extends Object
    • Constructor Detail

      • QrWritter

        public QrWritter()
    • Method Detail

      • write

        public byte[] write​(String text,
                            int width,
                            int height,
                            QrFormat format)
                     throws com.google.zxing.WriterException,
                            IOException
        Throws:
        com.google.zxing.WriterException
        IOException
      • write

        public byte[] write​(String code)
                     throws com.google.zxing.WriterException,
                            IOException
        Throws:
        com.google.zxing.WriterException
        IOException
      • write

        public byte[] write​(String code,
                            int width,
                            int height)
                     throws com.google.zxing.WriterException,
                            IOException
        Throws:
        com.google.zxing.WriterException
        IOException