MIME::Base64
Base64 encoder/decoder following RFC2045
Constants
ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
CHUNK_SIZE = 8192
LINE_LENGTH = 76
PAD_CHAR = '='
Class methods
Decode Base64 data from input IO to output IO with streaming