Example usage for Java javax.print StreamPrintServiceFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
StreamPrintService | getPrintService(OutputStream out) Returns a StreamPrintService that can print to the specified output stream. |
StreamPrintServiceFactory[] | lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType) Locates factories for print services that can be used with a print job to output a stream of data in the format specified by outputMimeType . |