March 2003
Intermediate to advanced
656 pages
39h 30m
English
decode
decode(infile,outfile)
Reads text-file-like object
infile, by calling
infile
.readline until
end of file (i.e, until a call to
infile
.readline returns
an empty string), decodes the Base 64-encoded text thus read, and
writes the decoded data to binary-file-like object
outfile.