atg.integrations.taxware
Class VeraZip

java.lang.Object
  extended by atg.integrations.taxware.VeraZip

public class VeraZip
extends java.lang.Object

This class implements the code to call into the jverazip library.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
VeraZip()
           
 
Method Summary
static int VerifyZip(java.lang.String inbuffer, java.lang.StringBuffer outbuffer)
          Verify the zip code information in inbuff, write the result to outbuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

VeraZip

public VeraZip()
Method Detail

VerifyZip

public static int VerifyZip(java.lang.String inbuffer,
                            java.lang.StringBuffer outbuffer)
Verify the zip code information in inbuff, write the result to outbuffer.