类 BarcodeUtils

java.lang.Object
org.cattleframework.utils.auxiliary.BarcodeUtils

public final class BarcodeUtils extends Object
条形码工具
作者:
orange
  • 方法详细资料

    • createBarcode

      public static void createBarcode(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)
    • 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

      public static BarcodeResult scan(byte[] imageBytes, Charset charset)