}
// First, write out the header
Enumeration hdrLines = getAllHeaderLines();
while (hdrLines.hasMoreElements())
los.writeln((String)hdrLines.nextElement());
// The CRLF separator between header and content
los.writeln();
// Finally, the content, already encoded.