C# Class GitSharp.Core.ByteArrayExtensions

Show file Open project: stschake/GitSharp

Public Methods

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

Method Details

ReadLine() public static method

public static ReadLine ( this source, int startIndex ) : ParsedLine
source this
startIndex int
return ParsedLine

StartsWith() public static method

public static StartsWith ( this buffer, byte bufferToCompareWith ) : bool
buffer this
bufferToCompareWith byte
return bool