C# Class Tamir.SharpSsh.jsch.IO

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
close ( ) : void
put ( Packet p ) : void
setExtOutputStream ( Stream outs ) : void
setExtOutputStream ( Stream outs, bool dontclose ) : void
setInputStream ( Stream ins ) : void
setInputStream ( Stream ins, bool dontclose ) : void
setOutputStream ( Stream outs ) : void
setOutputStream ( Stream outs, bool dontclose ) : void

Private Methods

Méthode Description
getByte ( ) : int
getByte ( byte array ) : void
getByte ( byte array, int begin, int length ) : void
put ( byte array, int begin, int length ) : void
put_ext ( byte array, int begin, int length ) : void

Method Details

close() public méthode

public close ( ) : void
Résultat void

put() public méthode

public put ( Packet p ) : void
p Packet
Résultat void

setExtOutputStream() public méthode

public setExtOutputStream ( Stream outs ) : void
outs Stream
Résultat void

setExtOutputStream() public méthode

public setExtOutputStream ( Stream outs, bool dontclose ) : void
outs Stream
dontclose bool
Résultat void

setInputStream() public méthode

public setInputStream ( Stream ins ) : void
ins Stream
Résultat void

setInputStream() public méthode

public setInputStream ( Stream ins, bool dontclose ) : void
ins Stream
dontclose bool
Résultat void

setOutputStream() public méthode

public setOutputStream ( Stream outs ) : void
outs Stream
Résultat void

setOutputStream() public méthode

public setOutputStream ( Stream outs, bool dontclose ) : void
outs Stream
dontclose bool
Résultat void