Kactoos

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

UncheckedInput

class UncheckedInput : Input

Input that doesn’t throw checked Exception.

There is no thread-safety guarantee.

Since 0.9

Constructors

Name Summary
<init> UncheckedInput(input: Input)
Input that doesn’t throw checked Exception.

Functions

Name Summary
stream fun stream(): InputStream
Get read access to it.