Searched refs:getOutputStream (Results 376 - 392 of 392) sorted by relevance

<<111213141516

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.java618 public OutputStream getOutputStream() { method in class:XMLMessage.XmlDataSource
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java519 OutputStream os = getOutputStream(new Entry(e, Entry.NEW));
524 return getOutputStream(new Entry(e, Entry.NEW));
529 return getOutputStream(new Entry(path, Entry.NEW));
1363 private OutputStream getOutputStream(Entry e) throws IOException { method in class:ZipFileSystem
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java569 new BufferedOutputStream(serverSocket.getOutputStream()),
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java778 proc.getOutputStream().close();
H A DIPPPrintService.java1642 return urlConnection.getOutputStream();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java792 out = urlCon.getOutputStream();
974 out = urlCon.getOutputStream();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java298 if (sr.getOutputStream() != null) {
299 setOutputUsingStream(sr.getOutputStream(), encoding);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java1108 java.io.OutputStream out = strResult.getOutputStream();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java416 OutputStream os = fileObject.getOutputStream(lock);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java401 public OutputStream getOutputStream() {
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java523 rawout = sslStreams.getOutputStream();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java804 os = new DataOutputStream(conn.getOutputStream());
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1184 DataOutputStream out = new DataOutputStream(socket.getOutputStream());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1476 protected PrintStream getOutputStream() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java474 OutputStream outputStream = ((StreamResult)result).getOutputStream();
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java503 output = sps.getOutputStream();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java1237 new MarshalOutputStream(child.getOutputStream())) {

Completed in 97 milliseconds

<<111213141516