class Net::ReadAdapter

def <<(str)

def <<(str)
  call_block(str, &@block) if @block
end