| 程序包 | 说明 |
|---|---|
| com.sh.mail.mime4j.stream |
| 限定符和类型 | 方法和说明 |
|---|---|
RawField |
FieldBuilder.build()
Builds an instance of
RawField based on the internal state. |
RawField |
DefaultFieldBuilder.build() |
RawField |
RawEntity.getField()
This method has no effect and always returns
null. |
RawField |
RawFieldParser.parseField(ByteSequence raw)
Parses the sequence of bytes into
RawField. |
| 限定符和类型 | 方法和说明 |
|---|---|
Field |
BodyDescriptorBuilder.addField(RawField field)
Updates builder's internal state by adding a new field.
|
RawBody |
RawFieldParser.parseRawBody(RawField field)
Parses the field body containing a value with parameters into
RawBody. |