org.dvb.si
Interface SITime

All Superinterfaces:
SIInformation

public interface SITime
extends SIInformation

This interface represents the Time and Date Table (TDT) and the (optional) Time Offset Table (TOT). When it represents a TDT table, the retrieveDescriptors and getDescriptorTags methods behave as documented in the case when there are no descriptors, because the TDT does not contain any descriptors.

See Also:
SIDatabase

Field Summary
 
Fields inherited from interface org.dvb.si.SIInformation
FROM_CACHE_ONLY, FROM_CACHE_OR_STREAM, FROM_STREAM_ONLY
 
Method Summary
 java.util.Date getUTCTime()
          Get the UTC time as coded in the TDT or TOT table.
 
Methods inherited from interface org.dvb.si.SIInformation
fromActual, getDataSource, getDescriptorTags, getSIDatabase, getUpdateTime, retrieveDescriptors, retrieveDescriptors
 

Method Detail

getUTCTime

public java.util.Date getUTCTime()
Get the UTC time as coded in the TDT or TOT table.

Returns:
The UTC as coded in the TDT or TOT table.