C# Class GitSharp.Core.ByteArrayExtensions

Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
ReadLine ( this source, int startIndex ) : ParsedLine
StartsWith ( this buffer, byte bufferToCompareWith ) : bool

Method Details

ReadLine() public static méthode

public static ReadLine ( this source, int startIndex ) : ParsedLine
source this
startIndex int
Résultat ParsedLine

StartsWith() public static méthode

public static StartsWith ( this buffer, byte bufferToCompareWith ) : bool
buffer this
bufferToCompareWith byte
Résultat bool