class Seahorse::Client::Plugins::ReadCallbackIO

def read(*args)

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