Class DocFlavor.READER provides predefined static constant DocFlavor
objects for example doc flavors using a character stream (java.io.Reader) as the print data
representation class. As such, the character set is Unicode.
DocFlavor.READER(String mimeType)
Constructs a new doc flavor with the given MIME type and a print
data representation class name of\
"java.io.Reader" (character stream).
Method Summary
Methods inherited from class javax.print.DocFlavor
Submit a bug or feature For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.