| java.lang.Object de.schlund.pfixxml.multipart.RFC822Headers
RFC822Headers | public class RFC822Headers (Code) | | This class is a parser for message headers (as defined in RFC 822),
especially for headers from form-based file uploads (as defined in RFC 1867).
Due to the fact that current browsers don't encode non-ASCII characters
(as they should do and as defined in RFC 1522), but send the raw bytes in
the encoding of the page, this class decodes the bytes according to the specified
encoding. Parsing is done by reading from an input stream and stopping
when the end of the header section is reached or the stream ends.
author: mleidig@schlund.de |
CRLF | final static byte[] CRLF(Code) | | |
|
|