org.joni.util
Class ArrayCopy

java.lang.Object
  extended by org.joni.util.ArrayCopy

public class ArrayCopy
extends java.lang.Object


Constructor Summary
ArrayCopy()
           
 
Method Summary
static int[] byte2int(byte[] src)
           
static byte[] int2byte(int[] src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayCopy

public ArrayCopy()
Method Detail

int2byte

public static byte[] int2byte(int[] src)

byte2int

public static int[] byte2int(byte[] src)


Copyright © 2008. All Rights Reserved.