net.multiphasicapps.io.MIMEFileDecoder

This class is used to decode input streams which have been encoded in the MIME Base64 format. This file format is genearted by {@code uuencode -m}. This format usually begins with {@code begin-base64 mode filename} and ends with the padding sequence {@code ====}. This class is not thread safe.