C# Класс hds.ArrayUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ArrayUtils() публичный Метод

public ArrayUtils ( ) : System
Результат System

copy() публичный статический Метод

public static copy ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void
sourceArray byte
offsetB int
destinationArray byte
offsetA int
nBytes int
Результат void

copyTo() публичный статический Метод

public static copyTo ( byte sourceArray, int offsetB, byte destinationArray, int offsetA, int nBytes ) : void
sourceArray byte
offsetB int
destinationArray byte
offsetA int
nBytes int
Результат void

equal() публичный статический Метод

public static equal ( byte arrayA, byte arrayB ) : bool
arrayA byte
arrayB byte
Результат bool

fastCopy() публичный статический Метод

public static fastCopy ( byte source, byte destination, int length ) : void
source byte
destination byte
length int
Результат void

reverse() публичный Метод

public reverse ( byte param ) : void
param byte
Результат void