Метод | Описание | |
---|---|---|
destroy ( ) : void |
|
|
destroySoon ( ) : void |
|
|
end ( ) : void |
|
|
end ( |
|
|
end ( string data, string encoding ) : void |
|
|
pause ( ) : void |
|
|
pipe ( NodeWritableStream destination ) : void |
|
|
pipe ( NodeWritableStream destination, IronJS options ) : void |
|
|
resume ( ) : void |
|
|
setEncoding ( string encoding ) : void |
|
|
write ( NodeBuffer buffer ) : bool |
|
|
write ( string data ) : bool |
|
|
write ( string data, string encoding ) : bool |
|
|
write ( string data, string encoding, object fd ) : bool |
|
Метод | Описание | |
---|---|---|
DoPipe ( |
Triggers the OnPipe event (called by the original NodeReadableStream which sends itself).
|
|
NodeWritableStream ( IronJS env, |
Constructs a new NodeWritableStream using the specified .NET stream writer.
|
public end ( |
||
buffer | ||
Результат | void |
public end ( string data, string encoding ) : void | ||
data | string | |
encoding | string | |
Результат | void |
public pipe ( NodeWritableStream destination ) : void | ||
destination | NodeWritableStream | |
Результат | void |
public pipe ( NodeWritableStream destination, IronJS options ) : void | ||
destination | NodeWritableStream | |
options | IronJS | |
Результат | void |
public setEncoding ( string encoding ) : void | ||
encoding | string | |
Результат | void |
public write ( string data, string encoding ) : bool | ||
data | string | |
encoding | string | |
Результат | bool |
public write ( string data, string encoding, object fd ) : bool | ||
data | string | |
encoding | string | |
fd | object | |
Результат | bool |