Class OutputUtil


  • public abstract class OutputUtil
    extends Object
    This class is to support writing out Strings as a sequence of bytes terminated by a CRLF sequence. The String must contain only US-ASCII characters.

    The expected use is to write out RFC822 style headers to an output stream.

    Author:
    Kohsuke Kawaguchi