C# Class hds.ArrayUtils

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ArrayUtils ( ) : System
Résultat System

copy() public static méthode

public static copy ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void
sourceArray byte
offsetB int
destinationArray byte
offsetA int
nBytes int
Résultat void

copyTo() public static méthode

public static copyTo ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void
sourceArray byte
offsetB int
destinationArray byte
offsetA int
nBytes int
Résultat void

equal() public static méthode

public static equal ( byte arrayA, byte arrayB ) : bool
arrayA byte
arrayB byte
Résultat bool

fastCopy() public static méthode

public static fastCopy ( byte source, byte destination, int length ) : void
source byte
destination byte
length int
Résultat void

reverse() public méthode

public reverse ( byte param ) : void
param byte
Résultat void