org.apache.james.mime4j.dom.field
Interface ContentMD5Field

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
ContentMD5FieldImpl

public interface ContentMD5Field
extends ParsedField


Method Summary
 java.lang.String getMD5Raw()
          Gets the content MD5 raw value defined in this field.
 
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
 
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getRaw
 

Method Detail

getMD5Raw

java.lang.String getMD5Raw()
Gets the content MD5 raw value defined in this field.

Returns:
the content MD5 raw value or null if not set.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.