Searched defs:getOutputStream (Results 1 - 25 of 28) sorted by relevance

12

/dalvik/libcore/luni/src/main/java/java/lang/
H A DProcess.java72 abstract public OutputStream getOutputStream(); method in class:Process
/dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/
H A DStreamResult.java111 public OutputStream getOutputStream() { method in class:StreamResult
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java69 * If this method returns null, getOutputStream() must return non-null.
81 public java.io.OutputStream getOutputStream(); method in interface:WriterChain
H A DSerializer.java114 public OutputStream getOutputStream(); method in interface:Serializer
H A DWriterToASCI.java143 public OutputStream getOutputStream() method in class:WriterToASCI
H A DSerializerTraceWriter.java334 public OutputStream getOutputStream() method in class:SerializerTraceWriter
338 retval = ((WriterChain) m_writer).getOutputStream();
H A DWriterToUTF8Buffered.java491 public OutputStream getOutputStream() method in class:WriterToUTF8Buffered
498 // Only one of getWriter() or getOutputStream() can return null
H A DToTextSAXHandler.java107 * @see Serializer#getOutputStream()
109 public OutputStream getOutputStream() method in class:ToTextSAXHandler
H A DToXMLSAXHandler.java69 * @see Serializer#getOutputStream()
71 public OutputStream getOutputStream() method in class:ToXMLSAXHandler
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
H A DProcessTest.java52 OutputStream os = proc.getOutputStream();
81 * @tests java.lang.Process#getOutputStream()
86 method = "getOutputStream",
93 OutputStream os = proc.getOutputStream();
231 public OutputStream getOutputStream() { method in class:ProcessTest.ProcessClass
/dalvik/libcore/sql/src/main/java/SQLite/
H A DBlob.java272 public OutputStream getOutputStream() { method in class:Blob
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHttpConnection.java132 public OutputStream getOutputStream() throws IOException { method in class:HttpConnection
135 sslOutputStream = sslSocket.getOutputStream();
139 outputStream = socket.getOutputStream();
H A DHttpURLConnectionImpl.java937 socketOut = connection.getOutputStream();
1198 public OutputStream getOutputStream() throws IOException { method in class:HttpURLConnectionImpl
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DSocketImplFactoryTest.java189 protected OutputStream getOutputStream() throws IOException { method in class:SocketImplFactoryTest.MockSocketImpl
H A DSocketImplTest.java120 method = "getOutputStream",
226 protected OutputStream getOutputStream() throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DServerSocketTest.java1375 protected OutputStream getOutputStream() throws IOException { method in class:ServerSocketTest.MockSocketImpl
H A DSocketTest.java468 s.getOutputStream();
620 * @tests java.net.Socket#getOutputStream()
626 method = "getOutputStream",
631 // java.net.Socket.getOutputStream()
632 int sport = startServer("SServer getOutputStream");
635 java.io.OutputStream os = s.getOutputStream();
642 OutputStream o = s.getOutputStream();
654 o = s.getOutputStream();
1161 OutputStream theOutput = servSock.getOutputStream();
1207 OutputStream theOutput = servSock.getOutputStream();
3317 protected OutputStream getOutputStream() throws IOException { method in class:SocketTest.MockSocketImpl
[all...]
/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java215 protected abstract OutputStream getOutputStream() throws IOException; method in class:SocketImpl
H A DSocket.java510 public OutputStream getOutputStream() throws IOException { method in class:Socket
515 return impl.getOutputStream();
H A DURLConnection.java587 public OutputStream getOutputStream() throws IOException { method in class:URLConnection
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLConnection.java223 ctrlOutput = controlSocket.getOutputStream();
297 * @see #getOutputStream()
342 public OutputStream getOutputStream() throws IOException { method in class:FtpURLConnection
346 return dataSocket.getOutputStream();
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DProcessManager.java302 public OutputStream getOutputStream() { method in class:ProcessManager.ProcessImpl
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java262 public OutputStream getOutputStream() throws IOException { method in class:HttpsURLConnectionImpl
263 return httpsEngine.getOutputStream();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
H A DPlainSocketImpl.java304 protected synchronized OutputStream getOutputStream() throws IOException { method in class:PlainSocketImpl
506 getOutputStream().write(request.getBytes(), 0, request.getLength());
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DSocketChannelImpl.java928 * @see java.net.Socket#getOutputStream()
931 public OutputStream getOutputStream() throws IOException { method in class:SocketChannelImpl.SocketAdapter

Completed in 283 milliseconds

12