| Package | Description |
|---|---|
| org.apache.james.mime4j.stream |
| Modifier and Type | Method and Description |
|---|---|
NameValuePair |
RawFieldParser.parseParameter(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing a field parameter delimited with semicolon into
NameValuePair. |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
RawBody.getParams() |
List<NameValuePair> |
RawFieldParser.parseParameters(ByteSequence buf,
ParserCursor cursor)
Parses the sequence of bytes containing field parameters delimited with semicolon into
a list of
NameValuePairs. |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.