C# 클래스 DotAmf.IO.ByteConverter

Byte converter.
파일 보기 프로젝트 열기: artema/DotAmf

공개 메소드들

메소드 설명
ChangeEndianness ( byte bytes ) : byte[]

Change bytes endianness to opposite.

KeepEndianness ( byte bytes ) : byte[]

A placeholder which doesn't perform any byte convertions.

메소드 상세

ChangeEndianness() 공개 정적인 메소드

Change bytes endianness to opposite.
public static ChangeEndianness ( byte bytes ) : byte[]
bytes byte Bytes in big/little endian order.
리턴 byte[]

KeepEndianness() 공개 정적인 메소드

A placeholder which doesn't perform any byte convertions.
public static KeepEndianness ( byte bytes ) : byte[]
bytes byte
리턴 byte[]