mime-0.3.0: Working with MIME types.

PortabilityGHC
Stabilityunstable
MaintainerSigbjorn Finne <sof@galois.com>

Codec.MIME.Base64

Description

Base64 decoding and encoding routines.

Synopsis

Documentation

formatOutput :: Int -> Maybe String -> String -> StringSource

'formatOutput n mbLT str' formats str, splitting it into lines of length n. The optional value lets you control what line terminator sequence to use; the default is CRLF (as per MIME.)