KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > StreamPrintService

javax.print
Class StreamPrintService

java.lang.Object
  extended by javax.print.StreamPrintService
All Implemented Interfaces:
PrintService
See Also:
Source Code, Destination, StreamPrintServiceFactory

public void dispose()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getOutputFormat()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OutputStream getOutputStream()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isDisposed()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StreamPrintService(OutputStream out)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags