# File lib/edi4r.rb, line 154
def
read
(
len
=
0
)
len
==
0
?
@pipe
.
read
:
@pipe
.
read
(
len
)
end