Decodes the given data.
stream
The data to decode.
# File lib/origami/filters.rb, line 308 def decode(stream, params = {}) self.new(params).decode(stream) end
Encodes the given data.
The data to encode.
# File lib/origami/filters.rb, line 316 def encode(stream, params = {}) self.new(params).encode(stream) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.