类 MatrixToImageWriter

java.lang.Object
com.walker.file.util.MatrixToImageWriter

public class MatrixToImageWriter extends Object
描述:
作者:
时克英
  • 方法详细资料

    • toBufferedImage

      public static BufferedImage toBufferedImage(com.google.zxing.common.BitMatrix matrix)
    • writeToFile

      public static void writeToFile(com.google.zxing.common.BitMatrix matrix, String format, File file) throws IOException
      抛出:
      IOException
    • writeToStream

      public static void writeToStream(com.google.zxing.common.BitMatrix matrix, String format, OutputStream stream) throws IOException
      抛出:
      IOException