public class EscPosQRCode extends java.lang.Object implements EscPosPrintObject
Modifier and Type | Class and Description |
---|---|
static interface |
EscPosQRCode.ErrorCorrectionLevel |
static interface |
EscPosQRCode.Size |
Constructor and Description |
---|
EscPosQRCode(byte[] data) |
Modifier and Type | Method and Description |
---|---|
EscPosQRCode |
errorCorrectionLevel(byte eccl) |
EscPosQRCode |
size(byte size) |
void |
write(java.io.OutputStream out)
Writes this printable object to the given output stream.
|
public EscPosQRCode size(byte size)
public EscPosQRCode errorCorrectionLevel(byte eccl)
public void write(java.io.OutputStream out) throws java.io.IOException
EscPosPrintObject
write
in interface EscPosPrintObject
out
- the output streamjava.io.IOException
- if an I/O error occurs.