Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / SyncOutput

SyncOutput

class SyncOutput : Output

Thread-safe Output.

There is no thread-safety guarantee.

Since 0.18

Constructors

Name Summary
<init> SyncOutput(origin: Output)SyncOutput(origin: Output, lock: Any)
Thread-safe Output.

Functions

Name Summary
stream fun stream(): OutputStream
Get write access to it.