C# Class GitSharp.GitObjectStream

Inheritance: IDisposable
Exibir arquivo Open project: jagregory/jagregory-gitsharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GitObjectStream ( byte bytes ) : System
ReadBytes ( int numberOfBytes ) : byte[]
ReadToChar ( char stop ) : byte[]
ReadToEnd ( ) : byte[]
ReadToNextNonNull ( ) : byte[]
ReadToNull ( ) : byte[]
ReadWord ( ) : byte[]
Rewind ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GitObjectStream() public method

public GitObjectStream ( byte bytes ) : System
bytes byte
return System

ReadBytes() public method

public ReadBytes ( int numberOfBytes ) : byte[]
numberOfBytes int
return byte[]

ReadToChar() public method

public ReadToChar ( char stop ) : byte[]
stop char
return byte[]

ReadToEnd() public method

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

ReadToNextNonNull() public method

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

ReadToNull() public method

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

ReadWord() public method

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

Rewind() public method

public Rewind ( ) : void
return void