C# 클래스 Yodiwo.Tools.BigBitConverter

파일 보기 프로젝트 열기: yodiwo/plegma

공개 메소드들

메소드 설명
GetBytes ( Int16 value ) : byte[]
GetBytes ( Int32 value ) : byte[]
GetBytes ( System.Int64 value ) : byte[]
GetBytes ( UInt16 value ) : byte[]
GetBytes ( UInt32 value ) : byte[]
GetBytes ( System.UInt64 value ) : byte[]
GetBytes ( byte value ) : byte[]
GetBytes ( sbyte value ) : byte[]
PutBytesOfUInt16 ( byte bytes, int startIndex, UInt16 value ) : void
ToUInt16 ( byte bytes, int startIndex ) : UInt16

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( Int16 value ) : byte[]
value System.Int16
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( Int32 value ) : byte[]
value System.Int32
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( System.Int64 value ) : byte[]
value System.Int64
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( UInt16 value ) : byte[]
value System.UInt16
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( UInt32 value ) : byte[]
value System.UInt32
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( System.UInt64 value ) : byte[]
value System.UInt64
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte value ) : byte[]
value byte
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( sbyte value ) : byte[]
value sbyte
리턴 byte[]

PutBytesOfUInt16() 공개 정적인 메소드

public static PutBytesOfUInt16 ( byte bytes, int startIndex, UInt16 value ) : void
bytes byte
startIndex int
value System.UInt16
리턴 void

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte bytes, int startIndex ) : UInt16
bytes byte
startIndex int
리턴 System.UInt16