org.fourthline.cling.model.message.header
Class ContentRangeHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<BytesRange>
org.fourthline.cling.model.message.header.ContentRangeHeader
public class ContentRangeHeader
- extends UpnpHeader<BytesRange>
- Author:
- Christian Bauer, Mario Franco
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
ContentRangeHeader
public ContentRangeHeader()
ContentRangeHeader
public ContentRangeHeader(BytesRange value)
ContentRangeHeader
public ContentRangeHeader(String s)
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<BytesRange>
- Parameters:
s
- This header's value as a string representation.
- Throws:
InvalidHeaderException
- If the value is invalid for this UPnP header.
getString
public String getString()
- Specified by:
getString
in class UpnpHeader<BytesRange>
- Returns:
- A string representing this header's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.