C# 클래스 Apache.NMS.Util.EndianSupport

파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
SwitchEndian ( byte x ) : byte[]
SwitchEndian ( char x ) : char
SwitchEndian ( double x ) : double
SwitchEndian ( float x ) : float
SwitchEndian ( int x ) : int
SwitchEndian ( long x ) : long
SwitchEndian ( short x ) : short
SwitchEndian ( uint x ) : uint
SwitchEndian ( ulong x ) : ulong
SwitchEndian ( ushort x ) : ushort

메소드 상세

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( byte x ) : byte[]
x byte
리턴 byte[]

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( char x ) : char
x char
리턴 char

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( double x ) : double
x double
리턴 double

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( float x ) : float
x float
리턴 float

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( int x ) : int
x int
리턴 int

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( long x ) : long
x long
리턴 long

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( short x ) : short
x short
리턴 short

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( uint x ) : uint
x uint
리턴 uint

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( ulong x ) : ulong
x ulong
리턴 ulong

SwitchEndian() 공개 정적인 메소드

public static SwitchEndian ( ushort x ) : ushort
x ushort
리턴 ushort