Object
# File htree/encoder.rb, line 7 def initialize(encoding) @encoding = encoding end
# File htree/encoder.rb, line 17 def convert(str) str end
# File htree/encoder.rb, line 21 def finish "" end
# File htree/encoder.rb, line 11 def primitive_convert(src, dst, destination_buffer=nil, destination_byteoffset=nil, destination_bytesize=nil, opts=nil) dst << src src.clear :source_buffer_empty end
[Validate]
Generated with the Darkfish Rdoc Generator 2.