Method | Description | |
---|---|---|
destroy ( ) : void |
|
|
destroySoon ( ) : void |
|
|
end ( ) : void |
|
|
end ( |
|
|
end ( string data, string encoding ) : void |
|
|
pause ( ) : void |
|
|
pipe ( |
|
|
pipe ( |
|
|
resume ( ) : void |
|
|
setEncoding ( string encoding ) : void |
|
|
write ( |
|
|
write ( string data ) : bool |
|
|
write ( string data, string encoding ) : bool |
|
|
write ( string data, string encoding, object fd ) : bool |
|
Method | Description | |
---|---|---|
NodeReadableStream ( IronJS env, |
Constructs a new NodeReadableStream using the specified .NET stream reader.
|
|
OnAttach ( string name ) : void |
Recieve notification that an event has been attached.
|
public end ( |
||
buffer | ||
return | void |
public end ( string data, string encoding ) : void | ||
data | string | |
encoding | string | |
return | void |
public pipe ( |
||
destination | ||
return | void |
public pipe ( |
||
destination | ||
options | IronJS | |
return | void |
public setEncoding ( string encoding ) : void | ||
encoding | string | |
return | void |
public write ( |
||
buffer | ||
return | bool |
public write ( string data, string encoding ) : bool | ||
data | string | |
encoding | string | |
return | bool |
public write ( string data, string encoding, object fd ) : bool | ||
data | string | |
encoding | string | |
fd | object | |
return | bool |