StreamPrintService
Class StreamPrintService
- java.lang.Object
-
- javax.print.StreamPrintService
- All Implemented Interfaces:
- PrintService
public abstract class StreamPrintService extends Object implements PrintService
This class extends PrintService
and represents a print service that prints data in different formats to a client-provided output stream. This is principally intended for services where the output format is a document type suitable for viewing or archiving. The output format must be declared as a mime type. This is equivalent to an output document flavor where the representation class is always "java.io.OutputStream" An instance of the StreamPrintService
class is obtained from