API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. StreamPrintService View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      StreamPrintService
Implements
 PrintService
Subclasses
Description
publicabstract abstract class StreamPrintService
  This class extends PrintService and represents a print service that prints data in different formats to a client-provided output stream.
See also:   
Constructors
private StreamPrintService ()
protected StreamPrintService (OutputStream out)
  Constructs a StreamPrintService object.
Methods
Hide/Show inherited methods
public void dispose ()
  Disposes this StreamPrintService.
publicabstract String getOutputFormat ()
  Returns the document format emitted by this print service.
public OutputStream getOutputStream ()
  Gets the output stream.
public boolean isDisposed ()
  Returns a boolean indicating whether or not this StreamPrintService has been disposed.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar