C# Class Node.net.Modules.Streams.NodeReadableStream

Inheritance: NodeStream
Afficher le fichier Open project: WindowsTermKit/TermKit Class Usage Examples

Méthodes publiques

Méthode Description
destroy ( ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.destroy

destroySoon ( ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.destroySoon

end ( ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end

end ( NodeBuffer buffer ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end

end ( string data, string encoding ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end

pause ( ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pause

pipe ( NodeWritableStream destination ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pipe

pipe ( NodeWritableStream destination, IronJS options ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pipe

resume ( ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.resume

setEncoding ( string encoding ) : void

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.setEncoding

write ( NodeBuffer buffer ) : bool

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write

write ( string data ) : bool

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write

write ( string data, string encoding ) : bool

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write

write ( string data, string encoding, object fd ) : bool

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write

Private Methods

Méthode Description
NodeReadableStream ( IronJS env, StreamReader reader ) : System

Constructs a new NodeReadableStream using the specified .NET stream reader.

OnAttach ( string name ) : void

Recieve notification that an event has been attached.

Method Details

destroy() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.destroy
public destroy ( ) : void
Résultat void

destroySoon() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.destroySoon
public destroySoon ( ) : void
Résultat void

end() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end
public end ( ) : void
Résultat void

end() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end
public end ( NodeBuffer buffer ) : void
buffer Node.net.Modules.Buffers.NodeBuffer
Résultat void

end() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.end
public end ( string data, string encoding ) : void
data string
encoding string
Résultat void

pause() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pause
public pause ( ) : void
Résultat void

pipe() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pipe
public pipe ( NodeWritableStream destination ) : void
destination NodeWritableStream
Résultat void

pipe() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.pipe
public pipe ( NodeWritableStream destination, IronJS options ) : void
destination NodeWritableStream
options IronJS
Résultat void

resume() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.resume
public resume ( ) : void
Résultat void

setEncoding() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.setEncoding
public setEncoding ( string encoding ) : void
encoding string
Résultat void

write() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write
public write ( NodeBuffer buffer ) : bool
buffer Node.net.Modules.Buffers.NodeBuffer
Résultat bool

write() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write
public write ( string data ) : bool
data string
Résultat bool

write() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write
public write ( string data, string encoding ) : bool
data string
encoding string
Résultat bool

write() public méthode

http://nodejs.org/docs/v0.4.8/api/streams.html#stream.write
public write ( string data, string encoding, object fd ) : bool
data string
encoding string
fd object
Résultat bool