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

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

public interface ContentLengthField
extends ParsedField


Method Summary
 long getContentLength()
          Gets the content length 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

getContentLength

long getContentLength()
Gets the content length value defined in this field.

Returns:
the content length value.


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