net.sf.beanlib.utils
Class ByteUtils

java.lang.Object
  extended by net.sf.beanlib.utils.ByteUtils

public class ByteUtils
extends Object

Byte Utilities.

Author:
Joe D. Velopar

Constructor Summary
ByteUtils()
           
 
Method Summary
static byte[] toBigEndianBytes(int x)
           
static byte[] toBigEndianBytes(short x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteUtils

public ByteUtils()
Method Detail

toBigEndianBytes

public static byte[] toBigEndianBytes(int x)

toBigEndianBytes

public static byte[] toBigEndianBytes(short x)