kactoos-jvm / nnl.rocks.kactoos.io / UncheckedInput
class UncheckedInput :
Input
Input that doesn’t throw checked Exception.
There is no thread-safety guarantee.
Since 0.9
Name | Summary |
---|---|
<init> | UncheckedInput(input: Input ) Input that doesn’t throw checked Exception. |
Name | Summary |
---|---|
stream | fun stream(): InputStream Get read access to it. |