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

Print this page

        

*** 174,184 **** * return a <code>Reader</code> 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 * <code>Reader</code> then the print data representation object is * simply returned. ! * <P> * @return a <code>Reader</code> 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, <code>null</code> is returned. * --- 174,184 ---- * return a <code>Reader</code> 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 * <code>Reader</code> then the print data representation object is * simply returned. ! * * @return a <code>Reader</code> 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, <code>null</code> is returned. *
*** 222,232 **** * 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 an <code>InputStream</code> 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, <code>null</code> is returned. * --- 222,232 ---- * 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 an <code>InputStream</code> 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, <code>null</code> is returned. *