Object
# File lib/chef/streaming_cookbook_uploader.rb, line 126 def initialize(stream, size) @stream, @size = stream, size end
read the specified amount from the stream
# File lib/chef/streaming_cookbook_uploader.rb, line 135 def read(offset, how_much) @stream.read(how_much) end
# File lib/chef/streaming_cookbook_uploader.rb, line 130 def size @size end
[Validate]
Generated with the Darkfish Rdoc Generator 2.