Kactoos

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

StickyInput

class StickyInput : Input

Input that reads only once.

Pay attention that this class is not thread-safe. It is highly recommended to always decorate it with SyncInput.

There is no thread-safety guarantee.

Since 0.4

Constructors

Name Summary
<init> StickyInput(input: Input)

Functions

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