- All Known Implementing Classes:
AsciiArtRender,ImageRender,SVGRender
public interface BitMatrixRender
Interface for rendering a
BitMatrix.- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.google.zxing.common.BitMatrix matrix, OutputStream out) Renders the givenBitMatrixto the specifiedOutputStream.
-
Method Details
-
render
Renders the givenBitMatrixto the specifiedOutputStream.- Parameters:
matrix- TheBitMatrixto render.out- TheOutputStreamto write the rendered output to.
-