src/share/classes/javax/print/Doc.java

Print this page

        

*** 166,176 **** * The doc's print data representation object is used to construct and * return a Reader for reading the print data as a stream of characters * from the print data representation object. * However, if the print data representation object is itself a Reader, * then the print data representation object is simply returned. ! * <P> * @return Reader for reading the print data characters from this doc. * If a reader cannot be provided because this doc does not meet * the criteria stated above, null is returned. * * @exception IOException --- 166,176 ---- * The doc's print data representation object is used to construct and * return a Reader for reading the print data as a stream of characters * from the print data representation object. * However, if the print data representation object is itself a Reader, * then the print data representation object is simply returned. ! * * @return Reader for reading the print data characters from this doc. * If a reader cannot be provided because this doc does not meet * the criteria stated above, null is returned. * * @exception IOException
*** 190,200 **** * This doc's print data representation object is obtained, then an input * stream for reading the print data from the print data representation * object as a stream of bytes is created and returned. However, if the * print data representation object is itself an input stream, then the * print data representation object is simply returned. ! * <P> * @return Input stream for reading the print data bytes from this doc. If * an input stream cannot be provided because this doc does not * meet the criteria stated above, null is returned. * * @exception IOException --- 190,200 ---- * This doc's print data representation object is obtained, then an input * stream for reading the print data from the print data representation * object as a stream of bytes is created and returned. However, if the * print data representation object is itself an input stream, then the * print data representation object is simply returned. ! * * @return Input stream for reading the print data bytes from this doc. If * an input stream cannot be provided because this doc does not * meet the criteria stated above, null is returned. * * @exception IOException