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
EscPosPrintObjectwrite in interface EscPosPrintObjectout - the output streamjava.io.IOException - if an I/O error occurs.