jdk/src/share/classes/javax/print/DocFlavor.java
changeset 5604 d5b97d8361d0
parent 1738 64832045cb32
child 5627 e636ac7a63a4
equal deleted inserted replaced
5603:682e3deac7ce 5604:d5b97d8361d0
    81  * <code>DocPrintJob</code> to obtain a sequence of characters or
    81  * <code>DocPrintJob</code> to obtain a sequence of characters or
    82  * bytes from the client. The
    82  * bytes from the client. The
    83  * doc flavor's MIME type is one of the standard media types telling how to
    83  * doc flavor's MIME type is one of the standard media types telling how to
    84  * interpret the sequence of characters or bytes. For a list of standard media
    84  * interpret the sequence of characters or bytes. For a list of standard media
    85  * types, see the Internet Assigned Numbers Authority's (IANA's) <A
    85  * types, see the Internet Assigned Numbers Authority's (IANA's) <A
    86  * HREF="http://www.isi.edu/in-notes/iana/assignments/media-types/">Media Types
    86  * HREF="http://www.iana.org/assignments/media-types/">Media Types
    87  * Directory</A>. Interface {@link Doc Doc} provides two utility operations,
    87  * Directory</A>. Interface {@link Doc Doc} provides two utility operations,
    88  * {@link Doc#getReaderForText() getReaderForText} and
    88  * {@link Doc#getReaderForText() getReaderForText} and
    89  * {@link Doc#getStreamForBytes() getStreamForBytes()}, to help a
    89  * {@link Doc#getStreamForBytes() getStreamForBytes()}, to help a
    90  * <code>Doc</code> object's client extract client formatted print data.
    90  * <code>Doc</code> object's client extract client formatted print data.
    91  * <P>
    91  * <P>