class Rack::Multipart::Parser

def read_data(io, outbuf)

def read_data(io, outbuf)
  content = io.read(@bufsize, outbuf)
  handle_empty_content!(content)
  @sbuf.concat(content)
end