public class LogOutputStream extends OutputStream
| Constructor and Description |
|---|
LogOutputStream(MailLogger logger)
Log to the specified logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic LogOutputStream(MailLogger logger)
logger - the MailLoggerpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved