C# 클래스 GitSharp.Core.MutableObjectId

상속: AnyObjectId
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FromHexString ( byte bs, int p ) : void

메소드 상세

Clear() 공개 메소드

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

FromRaw() 공개 메소드

public FromRaw ( byte bs ) : void
bs byte
리턴 void

FromRaw() 공개 메소드

public FromRaw ( byte bs, int p ) : void
bs byte
p int
리턴 void

FromRaw() 공개 메소드

public FromRaw ( int ints ) : void
ints int
리턴 void

FromRaw() 공개 메소드

public FromRaw ( int ints, int p ) : void
ints int
p int
리턴 void

FromString() 공개 메소드

public FromString ( byte buf, int offset ) : void
buf byte
offset int
리턴 void

FromString() 공개 메소드

public FromString ( string str ) : void
str string
리턴 void

MutableObjectId() 공개 메소드

public MutableObjectId ( ) : System
리턴 System

MutableObjectId() 공개 메소드

public MutableObjectId ( AnyObjectId src ) : System
src AnyObjectId
리턴 System

ToObjectId() 공개 메소드

public ToObjectId ( ) : ObjectId
리턴 ObjectId