C# 클래스 SshDataReader, SSH.NET

상속: SshData
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
LoadData ( ) : void
SaveData ( ) : void

메소드 상세

LoadData() 보호된 메소드

protected LoadData ( ) : void
리턴 void

ReadBigIntWithBits() 공개 메소드

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

ReadBytes() 공개 메소드

public ReadBytes ( int length ) : byte[]
length int
리턴 byte[]

ReadString() 공개 메소드

public ReadString ( Encoding encoding ) : string
encoding Encoding
리턴 string

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

SaveData() 보호된 메소드

protected SaveData ( ) : void
리턴 void

SshDataReader() 공개 메소드

public SshDataReader ( byte data ) : System
data byte
리턴 System