public class ContentMD5FieldImpl extends AbstractField implements ContentMD5Field
Content-MD5 field.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
md5raw |
private boolean |
parsed |
static FieldParser<ContentMD5Field> |
PARSER |
monitor, rawField| Constructor and Description |
|---|
ContentMD5FieldImpl(Field rawField,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMD5Raw()
Gets the content MD5 raw value defined in this field.
|
private void |
parse() |
getBody, getName, getParseException, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParseException, isValidFieldprivate boolean parsed
private java.lang.String md5raw
public static final FieldParser<ContentMD5Field> PARSER
ContentMD5FieldImpl(Field rawField, DecodeMonitor monitor)
private void parse()
public java.lang.String getMD5Raw()
ContentMD5FieldgetMD5Raw in interface ContentMD5Fieldnull if not set.