webfunds.utils
Class Support

java.lang.Object
  |
  +--webfunds.utils.Support

public class Support
extends java.lang.Object

General static support for Stuff.


Constructor Summary
Support()
           
 
Method Summary
static boolean equals(byte[] b1, byte[] b2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Support

public Support()
Method Detail

equals

public static boolean equals(byte[] b1,
                             byte[] b2)
Returns:
true if the byte arrays are equal, false if not