org.simoes.util
Class ByteUtil

java.lang.Object
  extended byorg.simoes.util.ByteUtil

public class ByteUtil
extends java.lang.Object

Utility class for manipulating bytes in Java that I have found useful.

Author:
Chris Simoes

Constructor Summary
ByteUtil()
           
 
Method Summary
static byte[] copyByteArray(byte[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteUtil

public ByteUtil()
Method Detail

copyByteArray

public static byte[] copyByteArray(byte[] a)