MCPcopy Create free account
hub / github.com/M66B/FairEmail / getInputStream

Method getInputStream

app/src/main/java/javax/mail/Part.java:249–249  ·  view source on GitHub ↗

Return an input stream for this part's "content". Any mail-specific transfer encodings will be decoded before the input stream is provided. This is typically a convenience method that just invokes the DataHandler's getInputStream() method. @return an InputStream @exception IOExcep

()

Source from the content-addressed store, hash-verified

247 * @see javax.activation.DataHandler#getInputStream
248 */
249 public InputStream getInputStream()
250 throws IOException, MessagingException;
251
252 /**

Callers 15

callMethod · 0.65
uploadMethod · 0.65
callMethod · 0.65
getMethod · 0.65
onExecuteMethod · 0.65
downloadMethod · 0.65
onExecuteMethod · 0.65
downloadImageMethod · 0.65
callMethod · 0.65
getLanguagesMethod · 0.65
getSuggestionsMethod · 0.65
modifyDictionaryMethod · 0.65

Implementers 4

MimeBodyPartapp/src/main/java/javax/mail/internet/
MimeMessageapp/src/main/java/javax/mail/internet/
Messageapp/src/main/java/javax/mail/Message.j
BodyPartapp/src/main/java/javax/mail/BodyPart.

Calls

no outgoing calls

Tested by

no test coverage detected