private class SMTPTransport.BDATOutputStream extends SMTPOutputStream
atBOL, lastb| Constructor and Description |
|---|
BDATOutputStream(java.io.OutputStream out,
int size)
Create a BDATOutputStream that wraps a ChunkedOutputStream
of the given size and built on top of the specified
underlying output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this output stream.
|
ensureAtBOL, flush, write, writewrite, writelnpublic BDATOutputStream(java.io.OutputStream out,
int size)
out - the underlying output streamsize - the chunk size