| Class | Description |
|---|---|
| BdatInputStream | |
| CRLFTerminatedReader |
A Reader for use with SMTP or other protocols in which lines
must end with CRLF.
|
| DeferredFileOutputStream |
This works like a ByteArrayOutputStream until a certain size is
reached, then creates a temp file and acts like a buffered
FileOutputStream.
|
| DotTerminatedInputStream |
An InputStream class that terminates the stream when it encounters a US-ASCII
encoded dot CR LF byte sequence immediately following a CR LF line end.
|
| DotTerminatedOutputStream |
DotTerminatedOutputStream makes possible to end mail data with a
"CRLF .
|
| DotUnstuffingInputStream |
Removes the dot-stuffing happening during the NNTP and SMTP message
transfer
|
| ExtraDotOutputStream |
Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939)
Compare also org.apache.james.smtpserver.SMTPInputStream
|
| ReceivedHeaderStream |
Prepends a Received: header at the beginning of the input stream.
|
| Utf8InputStreamReader |
No-buffering, no-locking (not thread-safe) InputStream Reader for UTF-8
encoded strings.
|
| Exception | Description |
|---|---|
| CRLFTerminatedReader.MaxLineLengthException | |
| CRLFTerminatedReader.TerminationException |
Copyright © 2006–2024. All rights reserved.