Uses of Class
com.gcapmedia.dab.epg.binary.TokenTable

Packages that use TokenTable
com.gcapmedia.dab.epg.binary   
 

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

Methods in com.gcapmedia.dab.epg.binary that return TokenTable
static TokenTable TokenTable.fromBytes(byte[] bytes)
          Parse a token table from its byte array representation
 

Methods in com.gcapmedia.dab.epg.binary with parameters of type TokenTable
static Element Element.fromBytes(byte[] bytes, TokenTable tokens)
          Parse an object from its byte array representation
static CData CData.fromBytes(byte[] bytes, TokenTable tokens)
          Parse a CDATA object from its byte array representation
static Attribute Attribute.fromBytes(ElementTag parent, byte[] bytes, TokenTable tokens)
          Parse an object from its byte array representation
 void Element.setTokenTable(TokenTable tokens)
           
 



Copyright © 2007. All Rights Reserved.