Searched refs:iStream (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java212 public void readXml(java.io.InputStream iStream) throws SQLException, IOException { argument
213 if (iStream != null) {
214 xmlReader.readXML(this, iStream);
H A DJoinRowSetImpl.java4120 public void readXml(java.io.InputStream iStream) throws SQLException, IOException { argument
4122 wrs.readXml(iStream);
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DWebRowSet.java424 * @param iStream the <code>java.io.InputStream</code> from which this
429 public void readXml(java.io.InputStream iStream) throws SQLException, IOException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationProcessor.java108 InputStream iStream = getFileAsStream(clazz, handlerChain);
110 XMLStreamReaderFactory.create(null,iStream, true);
116 iStream.close();
135 InputStream iStream = getFileAsStream(clazz, handlerChain);
137 XMLStreamReaderFactory.create(null,iStream, true);
142 iStream.close();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/helpers/
H A DBootstrapResolver.java123 InputStream iStream = url.openStream();
124 iSource.setByteStream(iStream);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlReader.java155 * @param iStream the <code>java.io.InputStream</code> object from which
162 public void readXML(WebRowSet caller, java.io.InputStream iStream) throws SQLException { argument
164 InputSource is = new InputSource(iStream);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DCatalogResolver.java216 InputStream iStream = url.openStream();
217 iSource.setByteStream(iStream);
H A DResolvingXMLFilter.java200 InputStream iStream = url.openStream();
201 iSource.setByteStream(iStream);
H A DResolvingParser.java394 InputStream iStream = url.openStream();
395 iSource.setByteStream(iStream);
/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java230 ObjectInputStream iStream = new ObjectInputStream(bais);
231 Currency currency2 = (Currency) iStream.readObject();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DResolver.java363 InputStream iStream = null;

Completed in 115 milliseconds