|
Class Summary |
| CharTerminatedInputStream |
An InputStream class that terminates the stream when it encounters a
particular byte sequence. |
| CRLFOutputStream |
A Filter for use with SMTP or other protocols in which lines must end with
CRLF. |
| DebugInputStream |
Reads data off a stream, printing every byte read to System.err. |
| DisposableFileInputStream |
FileInputStream which offers a method to dispose the underlying File |
| DisposeOnCloseInputStream |
FilterInputStream which dispose wrapped InputStream after close is called |
| ExtraDotOutputStream |
Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939)
Compare also org.apache.james.smtpserver.SMTPInputStream |
| MessageStream |
Helper class to write to temporary file for transfer data. |