Class Mail::Encodings::EightBit
In: lib/mail/encodings/8bit.rb
Parent: Binary

Methods

cost   decode   encode  

Constants

NAME = '8bit'
PRIORITY = 4

Public Class methods

Idenity encodings have a fixed cost, 1 byte out per 1 byte in

Decode the string

Encode the string

[Validate]