Searched defs:getStreamForBytes (Results 1 - 5 of 5) 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
/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

Completed in 51 milliseconds