public interface EscPosPrintObject
A printable object is usually some sort of graphical data (image, bar code or QR code) that have its own set of ESC/POS configuration commands.
Modifier and Type | Method and Description |
---|---|
void |
write(java.io.OutputStream out)
Writes this printable object to the given output stream.
|