org.newsml.toolkit
Interface Characteristics
- All Superinterfaces:
- BaseNode, IdNode, PropertyNode
- public interface Characteristics
- extends BaseNode, IdNode, PropertyNode
Physical characteristics of a content item.
This interface provides information about physical size of a
content item in bytes, and may also provide other information
through the generic Property
interface.
- Version:
- 1.0
- Author:
- Reuters PLC
Method Summary |
int |
getSizeInBytes()
Get the size of the actual content in bytes. |
getSizeInBytes
public int getSizeInBytes()
- Get the size of the actual content in bytes.
- Returns:
- The size of the content in bytes, or -1 if the size
was not specified.