Interface ContentMD5Field
- All Superinterfaces:
Field,ParsedField
- All Known Implementing Classes:
ContentMD5FieldImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets the content MD5 raw value defined in this field.Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getNameLowerCase, getRawMethods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
-
Method Details
-
bodyDescriptionField
default boolean bodyDescriptionField()- Specified by:
bodyDescriptionFieldin interfaceParsedField
-
getMD5Raw
String getMD5Raw()Gets the content MD5 raw value defined in this field.- Returns:
- the content MD5 raw value or
nullif not set.
-