Kactoos

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

UncheckedOutput

class UncheckedOutput : Output

Input that doesn’t throw checked Exception.

There is no thread-safety guarantee.

Since 0.9

Constructors

Name Summary
<init> UncheckedOutput(output: Output)
Input that doesn’t throw checked Exception.

Functions

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