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

/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DBinaryTempFileBody.java37 * A Body that is backed by a temp file. The Body exposes a getOutputStream method that allows
54 public OutputStream getOutputStream() throws IOException { method in class:BinaryTempFileBody
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DTempFile.java54 OutputStream getOutputStream() throws IOException; method in interface:TempFile
H A DSimpleTempStorage.java203 * @see org.apache.james.mime4j.util.TempFile#getOutputStream()
205 public OutputStream getOutputStream() throws IOException { method in class:SimpleTempStorage.SimpleTempFile
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java125 mOut = new BufferedOutputStream(mSocket.getOutputStream(), 512);
159 mOut = new BufferedOutputStream(mSocket.getOutputStream(), 512);
263 public OutputStream getOutputStream() { method in class:MailTransport
279 OutputStream out = getOutputStream();
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java222 public OutputStream getOutputStream() { method in class:MockTransport
368 * This is an OutputStream that satisfies the needs of getOutputStream()

Completed in 67 milliseconds