C# 클래스 as3server.ByteOperation

파일 보기 프로젝트 열기: imekinox/win_as3server

공개 메소드들

메소드 설명
RSwapBytes ( byte data, int offset, int length ) : byte[]
SwapBytes ( byte data, int offset, int length ) : void

메소드 상세

RSwapBytes() 공개 정적인 메소드

public static RSwapBytes ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
리턴 byte[]

SwapBytes() 공개 정적인 메소드

public static SwapBytes ( byte data, int offset, int length ) : void
data byte
offset int
length int
리턴 void