C# Class GitSharp.Core.MutableObjectId

Inheritance: AnyObjectId
Show file Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Make this id match ObjectId.ZeroId.

FromRaw ( byte bs ) : void
FromRaw ( byte bs, int p ) : void
FromRaw ( int ints ) : void
FromRaw ( int ints, int p ) : void
FromString ( byte buf, int offset ) : void
FromString ( string str ) : void
MutableObjectId ( ) : System
MutableObjectId ( AnyObjectId src ) : System
ToObjectId ( ) : ObjectId

Private Methods

Method Description
FromHexString ( byte bs, int p ) : void

Method Details

Clear() public method

Make this id match ObjectId.ZeroId.
public Clear ( ) : void
return void

FromRaw() public method

public FromRaw ( byte bs ) : void
bs byte
return void

FromRaw() public method

public FromRaw ( byte bs, int p ) : void
bs byte
p int
return void

FromRaw() public method

public FromRaw ( int ints ) : void
ints int
return void

FromRaw() public method

public FromRaw ( int ints, int p ) : void
ints int
p int
return void

FromString() public method

public FromString ( byte buf, int offset ) : void
buf byte
offset int
return void

FromString() public method

public FromString ( string str ) : void
str string
return void

MutableObjectId() public method

public MutableObjectId ( ) : System
return System

MutableObjectId() public method

public MutableObjectId ( AnyObjectId src ) : System
src AnyObjectId
return System

ToObjectId() public method

public ToObjectId ( ) : ObjectId
return ObjectId