C# Class GitSharp.Core.MutableObjectId

Inheritance: AnyObjectId
Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
FromHexString ( byte bs, int p ) : void

Method Details

Clear() public méthode

Make this id match ObjectId.ZeroId.
public Clear ( ) : void
Résultat void

FromRaw() public méthode

public FromRaw ( byte bs ) : void
bs byte
Résultat void

FromRaw() public méthode

public FromRaw ( byte bs, int p ) : void
bs byte
p int
Résultat void

FromRaw() public méthode

public FromRaw ( int ints ) : void
ints int
Résultat void

FromRaw() public méthode

public FromRaw ( int ints, int p ) : void
ints int
p int
Résultat void

FromString() public méthode

public FromString ( byte buf, int offset ) : void
buf byte
offset int
Résultat void

FromString() public méthode

public FromString ( string str ) : void
str string
Résultat void

MutableObjectId() public méthode

public MutableObjectId ( ) : System
Résultat System

MutableObjectId() public méthode

public MutableObjectId ( AnyObjectId src ) : System
src AnyObjectId
Résultat System

ToObjectId() public méthode

public ToObjectId ( ) : ObjectId
Résultat ObjectId