C# Class Tamir.SharpSsh.jsch.ChannelSftp.InputStreamGet

Inheritance: Tamir.Streams.InputStream
Datei anzeigen Open project: soywiz/csharputils

Public Methods

Method Description
Close ( ) : void
InputStreamGet ( ChannelSftp sftp, byte handle, Tamir.SharpSsh.jsch.SftpProgressMonitor monitor ) : System
Read ( byte d ) : int
Read ( byte d, int s, int len ) : int
ReadByte ( ) : int

Method Details

Close() public method

public Close ( ) : void
return void

InputStreamGet() public method

public InputStreamGet ( ChannelSftp sftp, byte handle, Tamir.SharpSsh.jsch.SftpProgressMonitor monitor ) : System
sftp ChannelSftp
handle byte
monitor Tamir.SharpSsh.jsch.SftpProgressMonitor
return System

Read() public method

public Read ( byte d ) : int
d byte
return int

Read() public method

public Read ( byte d, int s, int len ) : int
d byte
s int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int