# File lib/thrift/transport/io_stream_transport.rb, line 35 def close; @input.close; @output.close end
# File lib/thrift/transport/io_stream_transport.rb, line 32 def open?; not @input.closed? or not @output.closed? end
# File lib/thrift/transport/io_stream_transport.rb, line 33 def read(sz); @input.read(sz) end
Generated with the Darkfish Rdoc Generator 2.