com.gcapmedia.dab.epg.binary
Class ContentIdType
java.lang.Object
com.gcapmedia.dab.epg.binary.ContentIdType
- All Implemented Interfaces:
- Encodable
public class ContentIdType
- extends java.lang.Object
- implements Encodable
Defines a Content ID Type
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContentIdType
public ContentIdType(ContentId id)
- Create a new Content ID Type
- Parameters:
id
-
getContentId
public ContentId getContentId()
- Returns:
- Returns the DAB ID
fromBytes
public static ContentIdType fromBytes(byte[] bytes)
- Parse a Content ID object from its byte array representation
getBytes
public byte[] getBytes()
- Specified by:
getBytes
in interface Encodable
- Returns:
- Returns the data as bytes
- See Also:
Encodable.getBytes()
getLength
public int getLength()
- Specified by:
getLength
in interface Encodable
- Returns:
- Returns the length of this data
- See Also:
Encodable.getLength()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2007. All Rights Reserved.