org.apache.webdav.lib.properties

Class GetContentLengthProperty

Implemented Interfaces:
Property

public class GetContentLengthProperty
extends BaseProperty

Version:
$Revision: 1.3.2.1 $

Field Summary

static String
TAG_NAME

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

GetContentLengthProperty(ResponseEntity response, Element element)

Method Summary

long
getLength()
Get the content length.

Methods inherited from class org.apache.webdav.lib.BaseProperty

getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString

Field Details

TAG_NAME

public static final String TAG_NAME

Constructor Details

GetContentLengthProperty

public GetContentLengthProperty(ResponseEntity response,
                                Element element)

Method Details

getLength

public long getLength()
Get the content length.