C# Class GitSharp.Core.Util.Hex

Show file Open project: stschake/GitSharp

Public Methods

Method Description
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

Private Methods

Method Description
Hex ( ) : System
HexCharToValue ( byte c ) : byte
HexStringToUInt32 ( byte bs, int offset ) : int

Method Details

FillHexByteArray() public static method

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

FillHexCharArray() public static method

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

HexCharToValue() public static method

public static HexCharToValue ( Char c ) : byte
c Char
return byte

HexUInt32() public static method

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