C# Class GitSharp.Core.Transport.TransportGitSsh.GitSshErrorStream

Inheritance: System.IO.MemoryStream
Show file Open project: jagregory/GitSharp

Public Methods

Method Description
ToString ( ) : string
Write ( byte buffer, int offset, int count ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void