| 程序包 | 说明 |
|---|---|
| com.sh.mail.mime4j.parser | |
| com.sh.mail.mime4j.stream |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ContentHandler.body(BodyDescriptor bd,
java.io.InputStream is)
Called when the body of a discrete (non-multipart) entity is about to
be parsed.
|
void |
AbstractContentHandler.body(BodyDescriptor bd,
java.io.InputStream is) |
void |
ContentHandler.startMultipart(BodyDescriptor bd)
Called when the body of a multipart entity is about to be parsed.
|
void |
AbstractContentHandler.startMultipart(BodyDescriptor bd) |
| 限定符和类型 | 方法和说明 |
|---|---|
BodyDescriptor |
BodyDescriptorBuilder.build()
Builds an instance of
BodyDescriptor based on the internal state. |
BodyDescriptor |
RawEntity.getBodyDescriptor()
This method has no effect and always returns
null. |
BodyDescriptor |
MimeTokenStream.getBodyDescriptor()
Gets a descriptor for the current entity.
|
BodyDescriptor |
EntityStateMachine.getBodyDescriptor()
Returns description of the entity body.
|