C# Class GitSharp.Core.Patch.BinaryHunk

Exibir arquivo Open project: jagregory/GitSharp Class Usage Examples

Public Properties

Property Type Description
endOffset int
startOffset int

Public Methods

Method Description
BinaryHunk ( FileHeader fh, int offset ) : System
getBuffer ( ) : byte[]
getEndOffset ( ) : int
getFileHeader ( ) : FileHeader
getSize ( ) : int
getStartOffset ( ) : int
getType ( ) : Type
parseHunk ( int ptr, int end ) : int

Method Details

BinaryHunk() public method

public BinaryHunk ( FileHeader fh, int offset ) : System
fh FileHeader
offset int
return System

getBuffer() public method

public getBuffer ( ) : byte[]
return byte[]

getEndOffset() public method

public getEndOffset ( ) : int
return int

getFileHeader() public method

public getFileHeader ( ) : FileHeader
return FileHeader

getSize() public method

public getSize ( ) : int
return int

getStartOffset() public method

public getStartOffset ( ) : int
return int

getType() public method

public getType ( ) : Type
return System.Type

parseHunk() public method

public parseHunk ( int ptr, int end ) : int
ptr int
end int
return int

Property Details

endOffset public_oe property

public int endOffset
return int

startOffset public_oe property

public int startOffset
return int