xBaseJ
Class Util

java.lang.Object
  |
  +--xBaseJ.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static double doubleDate(DateField d)
           
static double doubleDate(java.lang.String s)
           
static java.lang.String normalize(java.lang.String inString)
          normlizes the string to remove XML characters.
static int x86(int in)
           
static long x86(long in)
           
static short x86(short in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

x86

public static long x86(long in)

x86

public static int x86(int in)

x86

public static short x86(short in)

doubleDate

public static double doubleDate(DateField d)

doubleDate

public static double doubleDate(java.lang.String s)

normalize

public static java.lang.String normalize(java.lang.String inString)
normlizes the string to remove XML characters.
Parameters:
String -