C# Class SshDataReader, SSH.NET

Inheritance: SshData
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ReadBigIntWithBits ( ) : BigInteger,

Reads next mpint data type from internal buffer where length specified in bits.

ReadBytes ( int length ) : byte[]
ReadString ( Encoding encoding ) : string
ReadUInt32 ( ) : uint
SshDataReader ( byte data ) : System

Méthodes protégées

Méthode Description
LoadData ( ) : void
SaveData ( ) : void

Method Details

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

ReadBigIntWithBits() public méthode

Reads next mpint data type from internal buffer where length specified in bits.
public ReadBigIntWithBits ( ) : BigInteger,
Résultat BigInteger,

ReadBytes() public méthode

public ReadBytes ( int length ) : byte[]
length int
Résultat byte[]

ReadString() public méthode

public ReadString ( Encoding encoding ) : string
encoding Encoding
Résultat string

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

SaveData() protected méthode

protected SaveData ( ) : void
Résultat void

SshDataReader() public méthode

public SshDataReader ( byte data ) : System
data byte
Résultat System