# File lib/http/form_data/readable.rb, line 23
      def read(length = nil, outbuf = nil)
        @io.read(length, outbuf)
      end