Object
# File lib/client.rb, line 35 def initialize(data, chunk_size) @size = chunk_size @file = data end
# File lib/client.rb, line 44 def eof! @file.eof! end
# File lib/client.rb, line 47 def eof? @file.eof? end
# File lib/client.rb, line 40 def read(foo) @file.read(@size) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.