Method | Description | |
---|---|---|
AbbreviatedObjectId ( int nibbles, int w1, int w2, int w3, int w4, int w5 ) : System | ||
Equals ( object o ) : bool | ||
FromString ( byte buf, int offset, int end ) : |
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
|
|
FromString ( string str ) : |
Convert an AbbreviatedObjectId from hex characters.
|
|
GetHashCode ( ) : int | ||
Mask ( int nibbles, int word, int v ) : int | ||
ToObjectId ( ) : |
|
|
ToString ( ) : string | ||
isComplete ( ) : bool |
|
|
name ( ) : string |
|
|
prefixCompare ( AnyObjectId other ) : int |
Compares this abbreviation to a full object id.
|
Method | Description | |
---|---|---|
FromHexString ( byte bs, int ptr, int end ) : |
||
mask ( int word, int v ) : int |
public AbbreviatedObjectId ( int nibbles, int w1, int w2, int w3, int w4, int w5 ) : System | ||
nibbles | int | |
w1 | int | |
w2 | int | |
w3 | int | |
w4 | int | |
w5 | int | |
return | System |
public static FromString ( byte buf, int offset, int end ) : |
||
buf | byte | the US-ASCII buffer to read from. |
offset | int | position to read the first character from. |
end | int |
/// one past the last position to read (end-offset is
/// the Length of the string).
/// |
return |
public static FromString ( string str ) : |
||
str | string | /// the string to read from. Must be <= 40 characters. /// |
return |
public static Mask ( int nibbles, int word, int v ) : int | ||
nibbles | int | |
word | int | |
v | int | |
return | int |
public prefixCompare ( AnyObjectId other ) : int | ||
other | AnyObjectId | the other object id. |
return | int |