Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
IronRuby
Builtins
RubyPipe.PipeWriter
C# Class IronRuby.Builtins.RubyPipe.PipeWriter
PipeWriter instance always exists as a sibling of a RubyPipe. Two objects are needed so that we can detect whether Close is being called on the reader end of a pipe, or on the writer end of a pipe.
Inheritance:
RubyPipe
显示文件
Open project: jschementi/iron
Public Methods
Method
Description
Close
( ) :
void
Private Methods
Method
Description
PipeWriter
(
RubyPipe
pipe
) :
System
Method Details
Close()
public
method
public
Close
( ) :
void
return
void