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

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
ToString ( ) : string
Write ( byte buffer, int offset, int count ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void