Object
# File lib/chef/cookbook_site_streaming_uploader.rb, line 186 def initialize(str) @str = str end
read the specified amount from the string startiung at the offset
# File lib/chef/cookbook_site_streaming_uploader.rb, line 195 def read(offset, how_much) @str[offset, how_much] end
# File lib/chef/cookbook_site_streaming_uploader.rb, line 190 def size @str.length end
[Validate]
Generated with the Darkfish Rdoc Generator 2.