| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.packaging.mime.internet |
| Modifier and Type | Method and Description |
|---|---|
protected InternetHeaders |
MimeMultipart.createInternetHeaders(InputStream is)
Create and return an InternetHeaders object that loads the
headers from the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content,
int len)
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
| Constructor and Description |
|---|
MimeBodyPart(InternetHeaders headers,
byte[] content,
int len)
Constructs a MimeBodyPart using the given header and
content bytes.
|
MimeBodyPart(InternetHeaders headers,
byte[] content,
int start,
int len) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.