类 BarcodeUtils
java.lang.Object
org.cattleframework.utils.auxiliary.BarcodeUtils
条形码工具
- 作者:
- orange
-
方法概要
修饰符和类型方法说明static voidcreateBarcode(OutputStream outputStream, String content, int width, int height, int margin, Charset charset, com.google.zxing.qrcode.decoder.ErrorCorrectionLevel errorCorrectionLevel, Color front, Color background, String format) static voidcreateLogoBarcode(OutputStream outputStream, String content, InputStream logoInputStream, int width, int height, int margin, Charset charset, com.google.zxing.qrcode.decoder.ErrorCorrectionLevel errorCorrectionLevel, Color front, Color background, String format) static BarcodeResult
-
方法详细资料
-
createBarcode
-
createLogoBarcode
public static void createLogoBarcode(OutputStream outputStream, String content, InputStream logoInputStream, int width, int height, int margin, Charset charset, com.google.zxing.qrcode.decoder.ErrorCorrectionLevel errorCorrectionLevel, Color front, Color background, String format) -
scan
-