kactoos-jvm / nnl.rocks.kactoos.io / 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
Name | Summary |
---|---|
<init> | StickyInput(input: Input ) |
Name | Summary |
---|---|
stream | fun stream(): InputStream Get read access to it. |