Searched refs:getStreamForBytes (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DDoc.java96 * <code>getReaderForText()</code> or <code>getStreamForBytes()</code>
204 public InputStream getStreamForBytes() throws IOException; method in interface:Doc
H A DSimpleDoc.java233 public InputStream getStreamForBytes() throws IOException { method in class:SimpleDoc
/openjdk7/jdk/src/share/classes/sun/print/
H A DPageableDoc.java66 public InputStream getStreamForBytes() throws IOException { method in class:PageableDoc
H A DPSStreamPrintJob.java304 instream = doc.getStreamForBytes();
/openjdk7/jdk/test/javax/print/attribute/autosense/
H A DPrintAutoSenseData.java131 public InputStream getStreamForBytes() method in class:URLDoc
133 System.out.println("getStreamForBytes(): " + this.printData);
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DCollate2DPrintingTest.java121 public InputStream getStreamForBytes() { method in class:Collate2DPrintingTest
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java361 instream = doc.getStreamForBytes();
425 instream = doc.getStreamForBytes();
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java395 instream = doc.getStreamForBytes();
451 instream = doc.getStreamForBytes();

Completed in 37 milliseconds