org.apache.james.mime4j.field
Class ContentLengthFieldImpl
java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentLengthFieldImpl
- All Implemented Interfaces:
- ContentLengthField, ParsedField, Field
public class ContentLengthFieldImpl
- extends AbstractField
- implements ContentLengthField
Represents a Content-Length
field.
Method Summary |
long |
getContentLength()
Gets the content length value defined in this field. |
PARSER
public static final FieldParser<ContentLengthField> PARSER
getContentLength
public long getContentLength()
- Description copied from interface:
ContentLengthField
- Gets the content length value defined in this field.
- Specified by:
getContentLength
in interface ContentLengthField
- Returns:
- the content length value.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.