| 程序包 | 说明 |
|---|---|
| com.sh.mail.mime4j.stream |
| 限定符和类型 | 方法和说明 |
|---|---|
NameValuePair |
RawFieldParser.parseParameter(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing a field parameter delimited with semicolon into
NameValuePair. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<NameValuePair> |
RawBody.getParams() |
java.util.List<NameValuePair> |
RawFieldParser.parseParameters(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing field parameters delimited with semicolon into
a list of
NameValuePairs. |