Searched defs:getInputStream (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
H A DBinaryBody.java41 InputStream getInputStream() throws IOException; method in interface:BinaryBody
H A DMemoryBinaryBody.java80 * @see org.apache.james.mime4j.message.BinaryBody#getInputStream()
82 public InputStream getInputStream() throws IOException { method in class:MemoryBinaryBody
90 IOUtils.copy(getInputStream(),out);
H A DTempFileBinaryBody.java79 * @see org.apache.james.mime4j.message.BinaryBody#getInputStream()
81 public InputStream getInputStream() throws IOException { method in class:TempFileBinaryBody
82 return tempFile.getInputStream();
89 IOUtils.copy(getInputStream(),out);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
H A DBody.java24 public InputStream getInputStream() throws MessagingException; method in interface:Body
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DBinaryTempFileBody.java38 * the user to write to the temp file. After the write the body is available via getInputStream
40 * getInputStream is closed the file is deleted and the Body should be considered disposed of.
60 public InputStream getInputStream() throws MessagingException { method in class:BinaryTempFileBody
70 InputStream in = getInputStream();
H A DTextBody.java53 public InputStream getInputStream() throws MessagingException { method in class:TextBody
H A DMimeMultipart.java104 public InputStream getInputStream() throws MessagingException { method in class:MimeMultipart
H A DMimeMessage.java499 public InputStream getInputStream() throws MessagingException { method in class:MimeMessage
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
H A DTempFile.java41 InputStream getInputStream() throws IOException; method in interface:TempFile
H A DSimpleTempStorage.java196 * @see org.apache.james.mime4j.util.TempFile#getInputStream()
198 public InputStream getInputStream() throws IOException { method in class:SimpleTempStorage.SimpleTempFile
/packages/apps/Exchange/src/com/android/exchange/
H A DEasResponse.java101 public InputStream getInputStream() { method in class:EasResponse
/packages/apps/Email/src/com/android/email/mail/
H A DTransport.java137 public InputStream getInputStream(); method in interface:Transport
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DUriImage.java53 private InputStream getInputStream() { method in class:UriImage
108 return getInputStream();
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java179 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024);
209 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024);
305 public InputStream getInputStream() { method in class:MailTransport
341 InputStream in = getInputStream();
/packages/apps/Browser/tests/src/com/android/browser/
H A DPopularUrlsTest.java101 BufferedReader getInputStream() throws FileNotFoundException { method in class:PopularUrlsTest
102 return getInputStream(sInputFile);
105 BufferedReader getInputStream(String inputFile) throws FileNotFoundException { method in class:PopularUrlsTest
507 BufferedReader bufferedReader = getInputStream();
528 BufferedReader bufferedReader = getInputStream();
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java225 public InputStream getInputStream() { method in class:MockTransport
360 * This is an InputStream that satisfies the needs of getInputStream()

Completed in 1379 milliseconds