C# 클래스 STUN.NetworkByteArray

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 메소드들

메소드 설명
CreateInt16 ( Int16 int16 ) : Byte[]
CreateInt32 ( Int32 int32 ) : Byte[]
CreateInt64 ( System.Int64 int64 ) : Byte[]
CreateUInt16 ( UInt16 uint16 ) : Byte[]
CreateUInt32 ( UInt32 uint32 ) : Byte[]
CreateUInt64 ( System.UInt64 uint64 ) : Byte[]
ReadInt16 ( Byte byteArray, int startIndex ) : Int16
ReadInt32 ( Byte byteArray, int startIndex ) : Int32
ReadInt64 ( Byte byteArray, int startIndex ) : System.Int64
ReadUInt16 ( Byte byteArray, int startIndex ) : UInt16
ReadUInt32 ( Byte byteArray, int startIndex ) : UInt32
ReadUInt64 ( Byte byteArray, int startIndex ) : System.UInt64

메소드 상세

CreateInt16() 공개 정적인 메소드

public static CreateInt16 ( Int16 int16 ) : Byte[]
int16 System.Int16
리턴 Byte[]

CreateInt32() 공개 정적인 메소드

public static CreateInt32 ( Int32 int32 ) : Byte[]
int32 System.Int32
리턴 Byte[]

CreateInt64() 공개 정적인 메소드

public static CreateInt64 ( System.Int64 int64 ) : Byte[]
int64 System.Int64
리턴 Byte[]

CreateUInt16() 공개 정적인 메소드

public static CreateUInt16 ( UInt16 uint16 ) : Byte[]
uint16 System.UInt16
리턴 Byte[]

CreateUInt32() 공개 정적인 메소드

public static CreateUInt32 ( UInt32 uint32 ) : Byte[]
uint32 System.UInt32
리턴 Byte[]

CreateUInt64() 공개 정적인 메소드

public static CreateUInt64 ( System.UInt64 uint64 ) : Byte[]
uint64 System.UInt64
리턴 Byte[]

ReadInt16() 공개 정적인 메소드

public static ReadInt16 ( Byte byteArray, int startIndex ) : Int16
byteArray Byte
startIndex int
리턴 System.Int16

ReadInt32() 공개 정적인 메소드

public static ReadInt32 ( Byte byteArray, int startIndex ) : Int32
byteArray Byte
startIndex int
리턴 System.Int32

ReadInt64() 공개 정적인 메소드

public static ReadInt64 ( Byte byteArray, int startIndex ) : System.Int64
byteArray Byte
startIndex int
리턴 System.Int64

ReadUInt16() 공개 정적인 메소드

public static ReadUInt16 ( Byte byteArray, int startIndex ) : UInt16
byteArray Byte
startIndex int
리턴 System.UInt16

ReadUInt32() 공개 정적인 메소드

public static ReadUInt32 ( Byte byteArray, int startIndex ) : UInt32
byteArray Byte
startIndex int
리턴 System.UInt32

ReadUInt64() 공개 정적인 메소드

public static ReadUInt64 ( Byte byteArray, int startIndex ) : System.UInt64
byteArray Byte
startIndex int
리턴 System.UInt64