C# Class Tamir.SharpSsh.jsch.OutputStreamPut

Inheritance: Tamir.Streams.OutputStream
Mostra file Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Write ( byte d, int s, int len ) : void
write ( int foo ) : void

Private Methods

Method Description
OutputStreamPut ( ChannelSftp sftp, byte handle, long _offset, Tamir.SharpSsh.jsch.SftpProgressMonitor monitor ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Write() public method

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

write() public method

public write ( int foo ) : void
foo int
return void