C# 클래스 MsgPack.BigEndianBinary

Define bit operations which enforce big endian.
파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

공개 메소드들

메소드 설명
ToByte ( byte buffer, int offset ) : byte
ToDouble ( byte buffer, int offset ) : double
ToInt16 ( byte buffer, int offset ) : short
ToInt32 ( byte buffer, int offset ) : int
ToInt64 ( byte buffer, int offset ) : long
ToSByte ( byte buffer, int offset ) : sbyte
ToSingle ( byte buffer, int offset ) : float
ToUInt16 ( byte buffer, int offset ) : ushort
ToUInt32 ( byte buffer, int offset ) : uint
ToUInt64 ( byte buffer, int offset ) : ulong

메소드 상세

ToByte() 공개 정적인 메소드

public static ToByte ( byte buffer, int offset ) : byte
buffer byte
offset int
리턴 byte

ToDouble() 공개 정적인 메소드

public static ToDouble ( byte buffer, int offset ) : double
buffer byte
offset int
리턴 double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( byte buffer, int offset ) : short
buffer byte
offset int
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( byte buffer, int offset ) : int
buffer byte
offset int
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( byte buffer, int offset ) : long
buffer byte
offset int
리턴 long

ToSByte() 공개 정적인 메소드

public static ToSByte ( byte buffer, int offset ) : sbyte
buffer byte
offset int
리턴 sbyte

ToSingle() 공개 정적인 메소드

public static ToSingle ( byte buffer, int offset ) : float
buffer byte
offset int
리턴 float

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte buffer, int offset ) : ushort
buffer byte
offset int
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( byte buffer, int offset ) : uint
buffer byte
offset int
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( byte buffer, int offset ) : ulong
buffer byte
offset int
리턴 ulong