Module jakarta.mail

Interface LineOutputStream


public interface LineOutputStream
This interface 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.