C# 클래스 Tamir.SharpSsh.jsch.ChannelSftp.InputStreamGet

상속: Tamir.Streams.InputStream
파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

InputStreamGet() 공개 메소드

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

Read() 공개 메소드

public Read ( byte d ) : int
d byte
리턴 int

Read() 공개 메소드

public Read ( byte d, int s, int len ) : int
d byte
s int
len int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int