C# Class dotGit.Objects.Storage.GitPackReader

Inheritance: dotGit.Objects.Storage.GitObjectReader
Show file Open project: schacon/dotgit Class Usage Examples

Public Methods

Method Description
GitPackReader ( Stream stream ) : System
GitPackReader ( byte contents ) : System
UncompressToLength ( long destLength ) : MemoryStream

Method Details

GitPackReader() public method

public GitPackReader ( Stream stream ) : System
stream Stream
return System

GitPackReader() public method

public GitPackReader ( byte contents ) : System
contents byte
return System

UncompressToLength() public method

public UncompressToLength ( long destLength ) : MemoryStream
destLength long
return System.IO.MemoryStream