EightBit
Idenity encodings have a fixed cost, 1 byte out per 1 byte in
# File lib/mail/encodings/7bit.rb, line 23 def self.cost(str) super end
Decode the string
# File lib/mail/encodings/7bit.rb, line 13 def self.decode(str) super end
Encode the string
# File lib/mail/encodings/7bit.rb, line 18 def self.encode(str) super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.