com.jxml.qare.qhome
Class EncodingDecoding.Parser

java.lang.Object
  |
  +--com.jxml.qare.qhome.EncodingDecoding.Parser
Enclosing class:
EncodingDecoding

public static class EncodingDecoding.Parser
extends Object


Constructor Summary
EncodingDecoding.Parser(String in)
           
 
Method Summary
 byte[] nextBytes()
           
 String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingDecoding.Parser

public EncodingDecoding.Parser(String in)
Method Detail

nextBytes

public byte[] nextBytes()
                 throws Exception

nextString

public String nextString()
                  throws Exception