StreamSupplier

interface StreamSupplier

A functional interface for supplying an input stream.

Since

2.0.0

Functions

Link copied to clipboard
@NotNull
abstract fun get(): @NotNull InputStream
Gets the input stream.