Method | Description | |
---|---|---|
ArrayUtils ( ) : System | ||
copy ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void | ||
copyTo ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void | ||
equal ( byte arrayA, byte arrayB ) : bool | ||
fastCopy ( byte source, byte destination, int length ) : void | ||
reverse ( byte param ) : void |
public static copy ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void | ||
sourceArray | byte | |
offsetB | int | |
destinationArray | byte | |
offsetA | int | |
nBytes | int | |
return | void |
public static copyTo ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void | ||
sourceArray | byte | |
offsetB | int | |
destinationArray | byte | |
offsetA | int | |
nBytes | int | |
return | void |
public static equal ( byte arrayA, byte arrayB ) : bool | ||
arrayA | byte | |
arrayB | byte | |
return | bool |
public static fastCopy ( byte source, byte destination, int length ) : void | ||
source | byte | |
destination | byte | |
length | int | |
return | void |