C# 클래스 hds.ArrayUtils

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

공개 메소드들

메소드 설명
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