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, write
public PrinterWritterRaw(String sRawPrinter)
protected void daemonWrite(byte[] data)
PrinterWritter
daemonWrite
in class PrinterWritter
protected void daemonClose()
PrinterWritter
daemonClose
in class PrinterWritter
protected void daemonFlush()
PrinterWritter
daemonFlush
in class PrinterWritter
public void init(UnicodeTranslator trans)
PrinterWritter
init
in class PrinterWritter
trans
- the translation table to be used fort this printerprotected void daemonPrintJob()
PrinterWritter
daemonPrintJob
in class PrinterWritter
Copyright © 2021. All rights reserved.