C# Class Tamir.SharpSsh.jsch.IO

Mostra file Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method 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

Method 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 method

public close ( ) : void
return void

put() public method

public put ( Packet p ) : void
p Packet
return void

setExtOutputStream() public method

public setExtOutputStream ( Stream outs ) : void
outs Stream
return void

setExtOutputStream() public method

public setExtOutputStream ( Stream outs, bool dontclose ) : void
outs Stream
dontclose bool
return void

setInputStream() public method

public setInputStream ( Stream ins ) : void
ins Stream
return void

setInputStream() public method

public setInputStream ( Stream ins, bool dontclose ) : void
ins Stream
dontclose bool
return void

setOutputStream() public method

public setOutputStream ( Stream outs ) : void
outs Stream
return void

setOutputStream() public method

public setOutputStream ( Stream outs, bool dontclose ) : void
outs Stream
dontclose bool
return void