Uses of Class
org.apache.james.mime4j.stream.RawBody
-
Packages that use RawBody Package Description org.apache.james.mime4j.stream -
-
Uses of RawBody in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return RawBody Modifier and Type Method Description RawBody
RawFieldParser. parseRawBody(RawField field)
Parses the field body containing a value with parameters intoRawBody
.RawBody
RawFieldParser. parseRawBody(ByteSequence buf, ParserCursor cursor)
Parses the sequence of bytes containing a value with parameters intoRawBody
.
-