net.sourceforge.jwap.util.wbxml
Class WBXMLDecoder

java.lang.Object
  |
  +--net.sourceforge.jwap.util.wbxml.WBXMLDecoder

public class WBXMLDecoder
extends java.lang.Object

to do's :- string table length is in multiple byte format, currently it is assumed to be single byte index in string table should also be read as multiple byte format character encoding supported is only utf-8, for other encodings the termination character in string table can be different...

Author:
Suvarna Kadam

Method Summary
 org.w3c.dom.Document decode(java.io.InputStream wbxmlStream)
           
static WBXMLDecoder getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WBXMLDecoder getInstance()

decode

public org.w3c.dom.Document decode(java.io.InputStream wbxmlStream)