C# Class Tamir.SharpSsh.jsch.OutputStreamPut

Inheritance: Tamir.Streams.OutputStream
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Write ( byte d, int s, int len ) : void
write ( int foo ) : void

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Write() public méthode

public Write ( byte d, int s, int len ) : void
d byte
s int
len int
Résultat void

write() public méthode

public write ( int foo ) : void
foo int
Résultat void