| Interface | Description |
|---|---|
| LineLevelAppender |
| Class | Description |
|---|---|
| LineLevelAppenderStream |
Accumulates all written data into a work buffer and calls the actual writing method only when LF detected.
|
| LineOutputStream |
Calls the actual writing method only when LF detected in the written stream.
|
| LoggingFilterOutputStream |
Dumps everything that is written to the stream to the logger
|
| NoCloseOutputStream |
TODO Add javadoc
|
| NoCloseWriter | |
| NullOutputStream |
A {code /dev/null} output stream
|
| NullPrintStream | |
| OutputStreamWithChannel | |
| SecureByteArrayOutputStream |
A
ByteArrayOutputStream that clears its internal buffer after resizing and when it is closed. |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.