C# Class GitSharp.Core.Patch.FormatError

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System
ToString ( ) : string
getBuffer ( ) : byte[]

The byte buffer holding the patch script.

getLineText ( ) : string

Line of the patch script the error appears on.

getMessage ( ) : string

A message describing the error.

getOffset ( ) : int

Byte offset within getBuffer() where the error is

getSeverity ( ) : Severity

The severity of the error.

Method Details

FormatError() public méthode

public FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System
buffer byte
ptr int
sev Severity
msg string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

getBuffer() public méthode

The byte buffer holding the patch script.
public getBuffer ( ) : byte[]
Résultat byte[]

getLineText() public méthode

Line of the patch script the error appears on.
public getLineText ( ) : string
Résultat string

getMessage() public méthode

A message describing the error.
public getMessage ( ) : string
Résultat string

getOffset() public méthode

Byte offset within getBuffer() where the error is
public getOffset ( ) : int
Résultat int

getSeverity() public méthode

The severity of the error.
public getSeverity ( ) : Severity
Résultat Severity