its.app.trans
Class StructDecoder

java.lang.Object
  extended byits.app.trans.StructDecoder
All Implemented Interfaces:
PropertyParser

public class StructDecoder
extends java.lang.Object
implements PropertyParser


Constructor Summary
StructDecoder()
           
 
Method Summary
 java.lang.String decode(int type, byte[] data)
           
 java.lang.String getTableName(int type)
           
 void parse(java.lang.String buf, java.util.Hashtable delimit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface its.util.PropertyParser
toString
 

Constructor Detail

StructDecoder

public StructDecoder()
Method Detail

parse

public void parse(java.lang.String buf,
                  java.util.Hashtable delimit)
           throws PropertyParserException
Specified by:
parse in interface PropertyParser
Throws:
PropertyParserException

decode

public java.lang.String decode(int type,
                               byte[] data)
                        throws StructDataInvalidException,
                               StructTypeUnknownException
Throws:
StructDataInvalidException
StructTypeUnknownException

getTableName

public java.lang.String getTableName(int type)
                              throws StructTypeUnknownException
Throws:
StructTypeUnknownException