Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Tamir
SharpSsh
jsch
OutputStreamPut
C# Class Tamir.SharpSsh.jsch.OutputStreamPut
Inheritance:
Tamir.Streams.OutputStream
ファイルを表示
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