C# 클래스 GitSharp.Core.Util.Hex

파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
FillHexByteArray ( byte dest, int offset, int value ) : void
FillHexCharArray ( char dest, int offset, int value ) : void
HexCharToValue ( Char c ) : byte
HexUInt32 ( byte bs, int p, int end ) : int

비공개 메소드들

메소드 설명
Hex ( ) : System
HexCharToValue ( byte c ) : byte
HexStringToUInt32 ( byte bs, int offset ) : int

메소드 상세

FillHexByteArray() 공개 정적인 메소드

public static FillHexByteArray ( byte dest, int offset, int value ) : void
dest byte
offset int
value int
리턴 void

FillHexCharArray() 공개 정적인 메소드

public static FillHexCharArray ( char dest, int offset, int value ) : void
dest char
offset int
value int
리턴 void

HexCharToValue() 공개 정적인 메소드

public static HexCharToValue ( Char c ) : byte
c Char
리턴 byte

HexUInt32() 공개 정적인 메소드

public static HexUInt32 ( byte bs, int p, int end ) : int
bs byte
p int
end int
리턴 int