文件名称:zxing.jar.
文件大小:161KB
文件格式:ZIP
更新时间:2016-11-11 04:01:15
zxing.jar
开发二维码使用的jar包 版本较早 代码可参考如下: public static void encode String url String path String format int width int height { try { BitMatrix bitmatrix new MultiFormatWriter encode new String url getBytes "GBK" "ISO 8859 1" BarcodeFormat QR CODE width height ; ByteMatrix byteMatrix new MultiFormatWriter encode url BarcodeFormat QR CODE width height ; File file new File path ; if file getParentFile exists { file getParentFile mkdirs ; } MatrixToImageWriter writeToFile byteMatrix format file ; MatrixToImageWriter writeToStream bitmatrix format new FileOutputStream file ; } catch WriterException e { e printStackTrace ; } catch UnsupportedEncodingException e { e printStackTrace ; } catch IOException e { e printStackTrace ; } }">开发二维码使用的jar包 版本较早 代码可参考如下: public static void encode String url String path String format int width int height { try { BitMatrix bitmatrix new MultiFormatWriter encode new String url getBytes "GBK" "ISO 8859 1" BarcodeFo [更多]
【文件预览】:
zxing.jar