kactoos-jvm / nnl.rocks.kactoos.io / TeeOutputStream
class TeeOutputStream : OutputStream
Stream that copies output to output.
There is no thread-safety guarantee.
Since 0.16
| Name | Summary |
|---|---|
| <init> | TeeOutputStream(target: OutputStream, copy: OutputStream)Stream that copies output to output. |
| Name | Summary |
|---|---|
| close | fun close(): Unit |
| flush | fun flush(): Unit |
| write | fun write(data: Int): Unitfun write(buf: ByteArray): Unitfun write(buf: ByteArray, off: Int, len: Int): Unit |