Module java.desktop
Package javax.print

Class DocFlavor.INPUT_STREAM

java.lang.Object
javax.print.DocFlavor
javax.print.DocFlavor.INPUT_STREAM
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
DocFlavor

public static class DocFlavor.INPUT_STREAM extends DocFlavor
Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print data representation class.
See Also: