class Seahorse::Client::Plugins::ReadCallbackIO

def self.readpartial(*args)

def self.readpartial(*args)
  @io.readpartial(*args).tap do |chunk|
    handle_chunk(chunk)
  end
end