Method: FTPMVC::Ftpd::Input#read

Defined in:
lib/ftpmvc/ftpd/input.rb

#readObject



13
14
15
16
17
# File 'lib/ftpmvc/ftpd/input.rb', line 13

def read
  while chunk = @stream.read
    yield chunk
  end
end