Uses of Class
com.gcapmedia.dab.epg.Epg

Packages that use Epg
com.gcapmedia.dab.epg   
com.gcapmedia.dab.epg.binary   
com.gcapmedia.dab.epg.xml   
 

Uses of Epg in com.gcapmedia.dab.epg
 

Methods in com.gcapmedia.dab.epg that return Epg
 Epg Marshaller.unmarshall(byte[] bytes)
          Unmarshall a single marshalled instance of the EPG
 

Methods in com.gcapmedia.dab.epg with parameters of type Epg
 byte[] Marshaller.marshall(Epg epg)
          Marshall a single instance of the EPG
 

Uses of Epg in com.gcapmedia.dab.epg.binary
 

Methods in com.gcapmedia.dab.epg.binary that return Epg
 Epg EpgDeconstructor.deconstruct(Element element)
           
 Epg BinaryMarshaller.unmarshall(byte[] bytes)
           
 

Methods in com.gcapmedia.dab.epg.binary with parameters of type Epg
 byte[] BinaryMarshaller.marshall(Epg epg)
           
 

Uses of Epg in com.gcapmedia.dab.epg.xml
 

Methods in com.gcapmedia.dab.epg.xml that return Epg
 Epg XmlMarshaller.unmarshall(byte[] bytes)
           
 Epg XmlMarshaller.unmarshallFromFile(java.io.File file)
          Unmarshall an EPG from a file.
 Epg XmlMarshaller.unmarshallFromUrl(java.net.URL url)
          Unmarshall a document located at the specified URL.
 

Methods in com.gcapmedia.dab.epg.xml with parameters of type Epg
static java.lang.String FilenameUtils.getFilename(Epg epg)
           
 byte[] XmlMarshaller.marshall(Epg epg)
           
 java.lang.String XmlMarshaller.marshallToXmlString(Epg epg)
          Marshalls an EPG to an XML string adherent to the ISO/IEC 10646 character set and using UTF-8 encoding.
 



Copyright © 2007. All Rights Reserved.