public class PrinterWritterRaw extends PrinterWritter
| Constructor and Description |
|---|
PrinterWritterRaw(String sRawPrinter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
daemonClose()
Close the output buffer and the communication link
|
protected void |
daemonFlush()
Flush the output buffer
|
protected void |
daemonPrintJob()
Start a print job if required, otherwise like flush
|
protected void |
daemonWrite(byte[] data)
Write a byte array
|
void |
init(UnicodeTranslator trans)
When a printer queue is to be used init() will be used to initialize the printer
before printing the job.
|
close, flush, getStatus, startDaemon, startJob, write, writepublic PrinterWritterRaw(String sRawPrinter)
protected void daemonWrite(byte[] data)
PrinterWritterdaemonWrite in class PrinterWritterprotected void daemonClose()
PrinterWritterdaemonClose in class PrinterWritterprotected void daemonFlush()
PrinterWritterdaemonFlush in class PrinterWritterpublic void init(UnicodeTranslator trans)
PrinterWritterinit in class PrinterWrittertrans - the translation table to be used fort this printerprotected void daemonPrintJob()
PrinterWritterdaemonPrintJob in class PrinterWritterCopyright © 2021. All rights reserved.