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
()
| 247 | * @see javax.activation.DataHandler#getInputStream |
| 248 | */ |
| 249 | public InputStream getInputStream() |
| 250 | throws IOException, MessagingException; |
| 251 | |
| 252 | /** |
no outgoing calls
no test coverage detected