C# 클래스 Tamir.SharpSsh.jsch.OutputStreamPut

상속: Tamir.Streams.OutputStream
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Write ( byte d, int s, int len ) : void
write ( int foo ) : void

비공개 메소드들

메소드 설명
OutputStreamPut ( ChannelSftp sftp, byte handle, long _offset, Tamir.SharpSsh.jsch.SftpProgressMonitor monitor ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Write() 공개 메소드

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

write() 공개 메소드

public write ( int foo ) : void
foo int
리턴 void