# File lib/client.rb, line 35
  def initialize(data, chunk_size)
    @size = chunk_size
    @file = data
  end