C# Class hds.ArrayUtils

ファイルを表示 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

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

Method Details

ArrayUtils() public method

public ArrayUtils ( ) : System
return System

copy() public static method

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

copyTo() public static method

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

equal() public static method

public static equal ( byte arrayA, byte arrayB ) : bool
arrayA byte
arrayB byte
return bool

fastCopy() public static method

public static fastCopy ( byte source, byte destination, int length ) : void
source byte
destination byte
length int
return void

reverse() public method

public reverse ( byte param ) : void
param byte
return void