Information for ranged transfers
File length (if not to transfer whole file)
# File lib/xmpp4r/bytestreams/iq/si.rb, line 195 def length (attributes['length'] =~ /^\d+$/) ? attributes['length'].to_i : nil end
Set file length
# File lib/xmpp4r/bytestreams/iq/si.rb, line 201 def length=(o) attributes['length'] = (o ? o.to_s : nil) end
Generated with the Darkfish Rdoc Generator 2.