A StreamPrintServiceFactory is the factory for
StreamPrintService instances,
which can print to an output stream in a particular
document format described as a mime type.
A typical output document format may be Postscript(TM).
This class is implemented by a service and located by the
implementation using the
SPI JAR File specification.
StreamPrintServiceFactoryis the factory for StreamPrintService instances, which can print to an output stream in a particular document format described as a mime type. A typical output document format may be Postscript(TM).This class is implemented by a service and located by the implementation using the SPI JAR File specification.
Applications locate instances of this class by calling the lookupStreamPrintServiceFactories(DocFlavor, String) method.
Applications can use a
StreamPrintServiceobtained from a factory in place of aPrintServicewhich represents a physical printer device.